Increase the number of packages that can be installed by an order of
magnitude. Geez, this is Unix, what is with the arbitrary needless constants.
This commit is contained in:
parent
ff7999f46e
commit
f557493d4d
@ -44,7 +44,7 @@ char *Directory = NULL;
|
||||
char FirstPen[FILENAME_MAX];
|
||||
add_mode_t AddMode = NORMAL;
|
||||
|
||||
#define MAX_PKGS 20
|
||||
#define MAX_PKGS 200
|
||||
char pkgnames[MAX_PKGS][MAXPATHLEN];
|
||||
char *pkgs[MAX_PKGS];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user