summaryrefslogtreecommitdiff
path: root/tnslc/utils/algo.tnsl
diff options
context:
space:
mode:
authorKai Gunger <kgunger12@gmail.com>2026-04-17 01:47:15 -0400
committerKai Gunger <kgunger12@gmail.com>2026-04-17 01:47:15 -0400
commitcef296971465615132e9b0ff459d7e2eed9701e5 (patch)
tree845c5281c54c157462c5cb10f2d3cd30e83a6a84 /tnslc/utils/algo.tnsl
parentef32d7fe6adc1335b06848893c16088bb8e7cd47 (diff)
[tnslc] Extremely scuffed compile time globals
Diffstat (limited to 'tnslc/utils/algo.tnsl')
-rw-r--r--tnslc/utils/algo.tnsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tnslc/utils/algo.tnsl b/tnslc/utils/algo.tnsl
index bde7b57..ed11aad 100644
--- a/tnslc/utils/algo.tnsl
+++ b/tnslc/utils/algo.tnsl
@@ -250,7 +250,7 @@
return cha`
;/
-/; unquote_str(~uint8 str) [~uint8]
+/; unquote_str(~uint8 str) [Vector]
Vector out
out.init(1)
@@ -263,6 +263,6 @@
out.push(~buf)
;/
- return out.as_cstr()
+ return out
;/