fix bug with du -hd
Submitted by: dcs
This commit is contained in:
parent
6b4b88f7a2
commit
b4448bd5d2
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user