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:
obrien 2001-10-16 06:42:06 +00:00
parent ff7999f46e
commit f557493d4d

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