increased buffer size
This commit is contained in:
parent
b75744f0d4
commit
cf330f732c
@ -95,7 +95,7 @@ _doprnt(fmt,args,stream)
|
|||||||
unsigned int uint ;
|
unsigned int uint ;
|
||||||
register int j ;
|
register int j ;
|
||||||
int i,c,rjust,width,ndigit,ndfnd,zfill;
|
int i,c,rjust,width,ndigit,ndfnd,zfill;
|
||||||
char *oldfmt,*s1,buf[129];
|
char *oldfmt,*s1,buf[1025];
|
||||||
|
|
||||||
nextarg = args;
|
nextarg = args;
|
||||||
while (c = *fmt++) {
|
while (c = *fmt++) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user