summaryrefslogtreecommitdiff
path: root/add.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 22:28:59 -0600
committerJeff Carr <[email protected]>2025-02-13 22:28:59 -0600
commitb64bf96606fbe0af5edbc3f23cab2e42eec4f28a (patch)
tree429286b3c8583e29a88dd4aaedaac06086a436d8 /add.go
parenta264a7d121a40f7a1827e5925bd20bcbfeacf63b (diff)
Diffstat (limited to 'add.go')
-rw-r--r--add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/add.go b/add.go
index 02c69f6..0544f0f 100644
--- a/add.go
+++ b/add.go
@@ -69,7 +69,7 @@ func newAdd(n *tree.Node) {
if n.State.Enable {
// nothing to do
} else {
- enable(n, false)
+ realEnable(n, false)
}
}
}