summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-10-27 13:45:55 +0000
committerJim Meyering <jim@meyering.net>1994-10-27 13:45:55 +0000
commit2e9d555f8ce34edba4de7e3df007400f113b2167 (patch)
treec62dc81a6a68da241b3323ef2aa871a25dc1ab78 /src/du.c
parentf6b8bdc529eb7d8393eec2a7542c9fd3cf44dcd4 (diff)
downloadcoreutils-2e9d555f8ce34edba4de7e3df007400f113b2167.tar.xz
.
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/du.c b/src/du.c
index 16e9d5d33..cd16418c9 100644
--- a/src/du.c
+++ b/src/du.c
@@ -491,7 +491,8 @@ count_entry (ent, top, last_dev)
}
else if (opt_all || top)
{
- int print_only_dir_size = 1;
+ /* FIXME: make this an option. */
+ int print_only_dir_size = 0;
if (!print_only_dir_size)
{
printf ("%ld\t%s\n", output_size == size_bytes ? size