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) | |||
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, |