The constant 512 slipped in instead of BUFSIZ.

Changed.
This commit is contained in:
sater 1984-11-20 10:22:12 +00:00
parent 36c1f227ea
commit 7c07f91e1c

View file

@ -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;