summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/du/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index 6865ad1..9500a1b 100644
--- a/usr.bin/du/du.c
+++ b/usr.bin/du/du.c
@@ -231,7 +231,7 @@ main(argc, argv)
if (p->fts_level <= depth)
if (hflag) {
- (void) prthumanval(howmany(savednumber, blocksize));
+ (void) prthumanval(howmany(p->fts_number, blocksize));
(void) printf("\t%s\n", p->fts_path);
} else {
(void) printf("%ld\t%s\n",
OpenPOWER on IntegriCloud