* lib/fts.c (fts_read): Reinitialize cycle-detection data structures
for each new command line argument.
+2009-07-19 Jim Meyering <meyering@redhat.com>
+
+ fts: avoid false-positive cycle-detection
+ * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
+ for each new command line argument.
+
2009-07-19 Bruno Haible <bruno@clisp.org>
Fix build error on mingw with the modules sys_select and unistd.
SET(FTS_STOP);
return (NULL);
}
+ free_dir(sp);
fts_load(sp, p);
+ setup_dir(sp);
goto check_for_dir;
}