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:
David E. O'Brien 2001-10-16 06:42:06 +00:00
parent 4c1e3817c4
commit 150e0ea706

View File

@ -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];