aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/ls.c')
-rw-r--r--toys/posix/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/ls.c b/toys/posix/ls.c
index a336ba1a..ab1251a8 100644
--- a/toys/posix/ls.c
+++ b/toys/posix/ls.c
@@ -463,7 +463,7 @@ static void listfiles(int dirfd, struct dirtree *indir)
printf("% *d,% 4d", totals[5]-4, dev_major(st->st_rdev),
dev_minor(st->st_rdev));
else {
- print_with_h(tmp, st->st_size, 0);
+ print_with_h(tmp, st->st_size, 1);
printf("%*s", totals[5]+1, tmp);
}