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