increased buffer size
authorceriel <none@none>
Thu, 22 Oct 1987 14:07:54 +0000 (14:07 +0000)
committerceriel <none@none>
Thu, 22 Oct 1987 14:07:54 +0000 (14:07 +0000)
lang/cem/libcc/stdio/doprnt.c

index ab6ddc0..1f53037 100644 (file)
@@ -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++) {