fts: avoid used-uninitialized error due to recent change
authorJim Meyering <meyering@redhat.com>
Wed, 18 Feb 2009 07:37:24 +0000 (08:37 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 18 Feb 2009 14:54:29 +0000 (15:54 +0100)
commit48185e4861122c3ac87476d13d45728797e5ed75
tree50d2eec00d37168c3350b02f41016038938dc30d
parent2f23fbb2ce253697930e8f769e13134f9be81363
fts: avoid used-uninitialized error due to recent change

* lib/fts.c (fts_read): Guard uses of the new member,
parent->fts_n_dirs_remaining, since it's not relevant for
the parent of a directory specified on the command-line.
ChangeLog
lib/fts.c