commit | 821f31d237e0232c2810a5ed90889a1ea57134fb | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Mon May 18 14:48:11 2015 -0500 |
committer | Rob Landley <rob@landley.net> | Mon May 18 14:48:11 2015 -0500 |
tree | 5f05e6788d143330cb99b59010151d2b0c6999f3 | |
parent | a8ee470ae3361bb8e6e364f0e8adf61259371e95 [diff] |
Fix "ls -Z . toys" segfaulting, because preprocessing skipped. strwidth() got called on ->extra which was NULL. Had some other bad effects ala "ls -sk file1 file2 file3" ignored the -k. This should fix that too.