The constant 512 slipped in instead of BUFSIZ.
Changed.
This commit is contained in:
parent
6eaf938a14
commit
8d7aa4baad
@ -35,7 +35,7 @@ FILE *codefile;
|
||||
out_init(filename) char *filename; {
|
||||
|
||||
#ifndef NDEBUG
|
||||
static char stderrbuff[512];
|
||||
static char stderrbuff[BUFSIZ];
|
||||
|
||||
if (Debug) {
|
||||
codefile = stderr;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user