commit | bad56744355b2e212797d05ee0ebd763cc8211de | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat Aug 27 23:07:04 2016 -0500 |
committer | Rob Landley <rob@landley.net> | Sat Aug 27 23:07:04 2016 -0500 |
tree | 43741a8be6aa19b8a36b50dbf408c83e1adfd7f1 | |
parent | f9da4355525d4e5229788b0dc53a291cfc76bfe5 [diff] |
Remove some redundancy and unnecessary xprintf(). (We should use xprintf and similar to flush and check if stdout went away once per line. No point flushing partway through a line, so in ls only use it on things outputting a newline char.)