diff options
-rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index 166473d4d..1b63be56d 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -1032,7 +1032,7 @@ static void scan_and_display_dirs_recur(struct dnode **dn, int first) | |||
1032 | } | 1032 | } |
1033 | subdnp = scan_one_dir((*dn)->fullname, &nfiles); | 1033 | subdnp = scan_one_dir((*dn)->fullname, &nfiles); |
1034 | #if ENABLE_DESKTOP | 1034 | #if ENABLE_DESKTOP |
1035 | if ((G.all_fmt & STYLE_MASK) == STYLE_LONG) | 1035 | if ((G.all_fmt & STYLE_MASK) == STYLE_LONG || (G.all_fmt & LIST_BLOCKS)) |
1036 | printf("total %"OFF_FMT"u\n", calculate_blocks(subdnp)); | 1036 | printf("total %"OFF_FMT"u\n", calculate_blocks(subdnp)); |
1037 | #endif | 1037 | #endif |
1038 | if (nfiles > 0) { | 1038 | if (nfiles > 0) { |