OSDN Git Service

Simplify/unify listfiles recursion: populate directory node (and detect top of tree...
authorRob Landley <rob@landley.net>
Fri, 27 Apr 2012 00:59:38 +0000 (19:59 -0500)
committerRob Landley <rob@landley.net>
Fri, 27 Apr 2012 00:59:38 +0000 (19:59 -0500)
commitf3b4a916525c6658e71def23ee37532b0313b663
treef4ca897509e8389610023eef732b4b41c8828bc4
parent0b11a16626867a362ed9aff3950650af94d1cfa7
Simplify/unify listfiles recursion: populate directory node (and detect top of tree) at start of function rather than end (and redundantly in main). Move title printing down next to total printing.
toys/ls.c