diff options
Diffstat (limited to 'tnslc/utils')
| -rw-r--r-- | tnslc/utils/algo.tnsl | 4 |
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 ;/ |