From d409c3a2f787dd2276d242d70e03b25e33436cea Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 29 Mar 2006 22:34:47 +0000 Subject: - 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 --- coreutils/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') diff --git a/coreutils/stat.c b/coreutils/stat.c index c845a2a..36e0dad 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c @@ -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, -- cgit v1.1