increased buffer size
This commit is contained in:
parent
b75744f0d4
commit
cf330f732c
1 changed files with 1 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue