- Rich Felker writes: fix invalid printf format strings

http://busybox.net/lists/busybox/2006-March/019568.html

   text	   data	    bss	    dec	    hex	filename
 900619	  10316	1038724	1949659	 1dbfdb	busybox.oorig
 900603	  10316	1038724	1949643	 1dbfcb	busybox
This commit is contained in:
Bernhard Reutner-Fischer 2006-03-29 22:34:47 +00:00
parent abaef6565e
commit d409c3a2f7
4 changed files with 21 additions and 21 deletions

View file

@ -400,7 +400,7 @@ static int do_statfs(char const *filename, char const *format)
#else
format = (flags & OPT_TERSE
? "%s %Lx %lu "
? "%s %llx %lu "
: " File: \"%s\"\n"
" ID: %-8Lx Namelen: %-7lu ");
printf(format,