From b4448bd5d2e3fd41ee5414da1a876f15b1f9981d Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Fri, 24 Mar 2000 06:25:32 +0000 Subject: [PATCH] fix bug with du -hd Submitted by: dcs --- usr.bin/du/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 6865ad12dd57..9500a1baaaae 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",