mirror of
https://github.com/kdlucas/byte-unixbench.git
synced 2024-12-11 23:30:07 +08:00
increase size of logname[] in src/big.c for debug
(thx Cat22) github: closes #65
This commit is contained in:
parent
d9242458ba
commit
b9beecdc4a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user