summaryrefslogtreecommitdiff
path: root/send.go
diff options
context:
space:
mode:
Diffstat (limited to 'send.go')
-rw-r--r--send.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/send.go b/send.go
index d201dc7..0b3834c 100644
--- a/send.go
+++ b/send.go
@@ -142,7 +142,7 @@ func sendMasterDiff() {
if err != nil {
badExit(err)
}
- all := pset.SortPatchesByFilename()
+ all := pset.Patches.SortByFilename()
for all.Scan() {
p := all.Next()
log.Info("read in patch:", p.Filename)