diff options
Diffstat (limited to 'sort.go')
| -rw-r--r-- | sort.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ func (pf *File) appendUnique(w io.Writer, blah *MsgName, names map[string]string var LOCK string = pf.Bases.Lockname if argv.Mutex { - LOCK = pf.Bases.Name + ".Lock" + LOCK = pf.Bases.Lockname } else { LOCK = "all.Lock" } |
