patch00144 by Julian Stacey <stacey@guug.de>: compress.c had a

path[100] instead of path[MAXPATHLEN]
This commit is contained in:
deraadt 1993-05-25 07:05:18 +00:00
parent 83cb1e2940
commit 8ae65d6e54

View File

@ -222,7 +222,7 @@ count_int checkpoint = CHECK_GAP;
#define CLEAR 256 /* table clear output code */
int force = 0;
char ofname [100];
char ofname [MAXPATHLEN];
#ifdef DEBUG
int debug, verbose;
#endif