The constant 512 slipped in instead of BUFSIZ.

Changed.
This commit is contained in:
sater 1984-11-20 10:22:12 +00:00
parent 6eaf938a14
commit 8d7aa4baad

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;