patch00144 by Julian Stacey <stacey@guug.de>: compress.c had a
path[100] instead of path[MAXPATHLEN]
This commit is contained in:
parent
83cb1e2940
commit
8ae65d6e54
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user