summaryrefslogtreecommitdiff
path: root/newsort.go
diff options
context:
space:
mode:
Diffstat (limited to 'newsort.go')
-rw-r--r--newsort.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/newsort.go b/newsort.go
index 2c67c25..5d591c2 100644
--- a/newsort.go
+++ b/newsort.go
@@ -22,5 +22,6 @@ func (pb *Files) makeNewSortfile(pf *File) error {
pf.iterSortBy(f)
pf.iterAll(f)
pf.iterDelete(f)
+ pf.iterFind(f)
return nil
}