From: Jim Meyering Date: Thu, 27 Oct 1994 13:45:55 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~499 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e9d555f8ce34edba4de7e3df007400f113b2167;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/du.c b/src/du.c index 16e9d5d33c..cd16418c9b 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