diff options
Diffstat (limited to 'ls.c')
-rw-r--r-- | ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -648,7 +648,7 @@ static int list_single(struct dnode *dn) | |||
648 | printf("%4d, %3d ", (int)MAJOR(dn->dstat.st_rdev), (int)MINOR(dn->dstat.st_rdev)); | 648 | printf("%4d, %3d ", (int)MAJOR(dn->dstat.st_rdev), (int)MINOR(dn->dstat.st_rdev)); |
649 | } else { | 649 | } else { |
650 | #ifdef BB_FEATURE_HUMAN_READABLE | 650 | #ifdef BB_FEATURE_HUMAN_READABLE |
651 | fprintf(stdout, "%9s ", make_human_readable_str(dn->dstat.st_size, | 651 | fprintf(stdout, "%9s ", make_human_readable_str(dn->dstat.st_size>>10, |
652 | (ls_disp_hr==TRUE)? 0: 1)); | 652 | (ls_disp_hr==TRUE)? 0: 1)); |
653 | #else | 653 | #else |
654 | #if _FILE_OFFSET_BITS == 64 | 654 | #if _FILE_OFFSET_BITS == 64 |