From 5b81a4819a249921085f6596927f9939dffc46e7 Mon Sep 17 00:00:00 2001 From: CircleShift Date: Fri, 5 Dec 2025 01:03:25 -0500 Subject: [tnslc] Fix pointer issue with find func --- tnslc/compile/struct.tnsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/compile/struct.tnsl') diff --git a/tnslc/compile/struct.tnsl b/tnslc/compile/struct.tnsl index 7c18585..45f85d3 100644 --- a/tnslc/compile/struct.tnsl +++ b/tnslc/compile/struct.tnsl @@ -189,7 +189,7 @@ struct Struct { n = tn`.sub.get(i) /; if (n`._type == parse.NTYPE_ID) str = n`.data - sv.push(str) + sv.push(~str) seen_id = true ;; else if (seen_id == true) i = tn`.sub.count -- cgit v1.2.3