dupemerge: don't stat during the file collection loop
authorZygo Blaxell <zblaxell@waya.furryterror.org>
Fri, 8 Jan 2010 14:16:02 +0000 (09:16 -0500)
committerZygo Blaxell <zblaxell@waya.furryterror.org>
Sat, 9 Jan 2010 02:25:45 +0000 (21:25 -0500)
Remove the lstat from the find output reading loop.  It's a redundant
copy of the same code in merge_files.

Adjust merge_files to filter out possible non-files that will now leak
through from the find output.


No differences found