aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stat.c
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-29 22:34:47 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-29 22:34:47 +0000
commita861bc8168145bf86cf9a28eac0da25cc2f89fe8 (patch)
treeadec7d9142ff4899bb9d0319bbbd5822359fbc0b /coreutils/stat.c
parent9d1913202d9516dccdd2d2fd4ab0094b62af158f (diff)
downloadbusybox-w32-a861bc8168145bf86cf9a28eac0da25cc2f89fe8.tar.gz
busybox-w32-a861bc8168145bf86cf9a28eac0da25cc2f89fe8.tar.bz2
busybox-w32-a861bc8168145bf86cf9a28eac0da25cc2f89fe8.zip
- 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 git-svn-id: svn://busybox.net/trunk/busybox@14697 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r--coreutils/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c
index c845a2aa7..36e0dadf3 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -400,7 +400,7 @@ static int do_statfs(char const *filename, char const *format)
400#else 400#else
401 401
402 format = (flags & OPT_TERSE 402 format = (flags & OPT_TERSE
403 ? "%s %Lx %lu " 403 ? "%s %llx %lu "
404 : " File: \"%s\"\n" 404 : " File: \"%s\"\n"
405 " ID: %-8Lx Namelen: %-7lu "); 405 " ID: %-8Lx Namelen: %-7lu ");
406 printf(format, 406 printf(format,