From cef296971465615132e9b0ff459d7e2eed9701e5 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Fri, 17 Apr 2026 01:47:15 -0400 Subject: [tnslc] Extremely scuffed compile time globals --- tnslc/utils/algo.tnsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tnslc/utils/algo.tnsl') 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 ;/ -- cgit v1.2.3