OSDN Git Service

Fix ls -lh.
authorElliott Hughes <enh@google.com>
Mon, 12 Sep 2016 19:30:33 +0000 (12:30 -0700)
committerRob Landley <rob@landley.net>
Wed, 14 Sep 2016 20:01:51 +0000 (15:01 -0500)
commit409a8e093a4ea8e0892ab302b4fd433d08f435eb
tree342a52cfb3fdc39a3ac61a4defbb14d4b98662de
parent6783156813d6c1c8469a7535f3cb575a776ceaa6
Fix ls -lh.

The recent refactoring broke ls -lh by multiplying all sizes by 0
rather than 1.
toys/posix/ls.c