diff options
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r-- | coreutils/stat.c | 2 |
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) #else format = (flags & OPT_TERSE - ? "%s %Lx %lu " + ? "%s %llx %lu " : " File: \"%s\"\n" " ID: %-8Lx Namelen: %-7lu "); printf(format, |