From 8d7aa4baad7ae7a57c00377d9dc73d7dc6e9a8eb Mon Sep 17 00:00:00 2001 From: sater Date: Tue, 20 Nov 1984 10:22:12 +0000 Subject: [PATCH] The constant 512 slipped in instead of BUFSIZ. Changed. --- mach/proto/cg/gencode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/proto/cg/gencode.c b/mach/proto/cg/gencode.c index ea1ccbe5..6fc93d49 100644 --- a/mach/proto/cg/gencode.c +++ b/mach/proto/cg/gencode.c @@ -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;