fts.c: a small readability/maintainability improvement
authorJim Meyering <jim@meyering.net>
Wed, 10 Jan 2007 17:25:09 +0000 (17:25 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 10 Jan 2007 17:25:09 +0000 (17:25 +0000)
commite53c1581fd10184ac3af5e4fa5ac315a75e3b211
treef100ff00fdc474508675453e71308fb08cc60f15
parenteee8a893b2ae600335abbad9da03fcec41e55257
fts.c: a small readability/maintainability improvement
* lib/fts.c (fts_read): Make this code slightly more readable and
maintainable by hoisting the "sp->fts_cur = p" assignments to
immediately follow the statements that set P.  Derived from
the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
ChangeLog
lib/fts.c