K 10 svn:author V 8 cperciva K 8 svn:date V 27 2004-01-22T04:33:00.000000Z K 7 svn:log V 256 Fix alignment of size field in `ls -lh` -- the width was being computed from log[10](largest file size), but when outputting in human-friendly format the width is always at most 4. (eg. "123K", " 12K", "1.2K".) PR: bin/59320 Approved by: rwatson (mentor) END