From cf330f732c6b2f63c8dccdc89c570589a08dd719 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 22 Oct 1987 14:07:54 +0000 Subject: [PATCH] increased buffer size --- lang/cem/libcc/stdio/doprnt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cem/libcc/stdio/doprnt.c b/lang/cem/libcc/stdio/doprnt.c index ab6ddc03b..1f530372a 100644 --- a/lang/cem/libcc/stdio/doprnt.c +++ b/lang/cem/libcc/stdio/doprnt.c @@ -95,7 +95,7 @@ _doprnt(fmt,args,stream) unsigned int uint ; register int j ; int i,c,rjust,width,ndigit,ndfnd,zfill; - char *oldfmt,*s1,buf[129]; + char *oldfmt,*s1,buf[1025]; nextarg = args; while (c = *fmt++) { -- 2.34.1