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 ; | 	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…
	
	Add table
		
		Reference in a new issue