OSDN Git Service

Remove some redundancy and unnecessary xprintf().
authorRob Landley <rob@landley.net>
Sun, 28 Aug 2016 04:07:04 +0000 (23:07 -0500)
committerRob Landley <rob@landley.net>
Sun, 28 Aug 2016 04:07:04 +0000 (23:07 -0500)
commitbad56744355b2e212797d05ee0ebd763cc8211de
tree43741a8be6aa19b8a36b50dbf408c83e1adfd7f1
parentf9da4355525d4e5229788b0dc53a291cfc76bfe5
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.)
toys/posix/ls.c