increase size of logname[] in src/big.c for debug

(thx Cat22)

github: closes #65
This commit is contained in:
Glenn Strauss 2022-02-24 02:06:00 -05:00
parent d9242458ba
commit b9beecdc4a

View File

@ -100,7 +100,7 @@ char *argv[];
int thiswork = 0; /* next job stream to allocate */
int nch; /* # characters to write */
int written; /* # characters actully written */
char logname[15]; /* name of the log file(s) */
char logname[32]; /* name of the log file(s) */
int pvec[2]; /* for pipes */
char *p;
char *prog; /* my name */