summaryrefslogtreecommitdiff
path: root/addText.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 15:02:09 -0600
committerJeff Carr <[email protected]>2024-02-05 15:02:09 -0600
commita57a8b5a6348a9142088a0170a3682cdc0ecdb23 (patch)
tree618771ba9ba68d612a981b4fa0fa475304b15267 /addText.go
parent8fcf5f668b182bd382b489cd19cfdcd59628b279 (diff)
prepare for protobufv0.20.0
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'addText.go')
-rw-r--r--addText.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/addText.go b/addText.go
index 1e6a07d..7b01066 100644
--- a/addText.go
+++ b/addText.go
@@ -17,7 +17,7 @@ func (n *Node) addText(newS string) {
}
}
n.strings[newS] = highest + 1 // TODO: use the int's for the order
- n.value = newS
+ n.newString = newS
/*
// time.Sleep(time.Duration(1000 * time.Nanosecond)) // doesn't work
// maybe this stupid chipset is defective. TODO: try on different hardware