- 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:
parent
abaef6565e
commit
d409c3a2f7
4 changed files with 21 additions and 21 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue