summaryrefslogtreecommitdiff
path: root/sort.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-09 15:56:03 -0600
committerJeff Carr <[email protected]>2025-01-09 15:56:03 -0600
commitfe98085712189edea536d9207b40f8b0daf826ef (patch)
tree9fa2795fde73019939e2e9ea85a729415d145538 /sort.go
parent65aa8e85b1b751a224d7486a721188582c34bb76 (diff)
locking seems to work in or out of the .proto file
Diffstat (limited to 'sort.go')
-rw-r--r--sort.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sort.go b/sort.go
index 1bf34bb..eb2defa 100644
--- a/sort.go
+++ b/sort.go
@@ -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"
}