The constant 512 slipped in instead of BUFSIZ.
Changed.
This commit is contained in:
parent
36c1f227ea
commit
7c07f91e1c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue