diff options
Diffstat (limited to 'tnslc/vector.tnsl')
-rw-r--r-- | tnslc/vector.tnsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tnslc/vector.tnsl b/tnslc/vector.tnsl index 2175877..c8450ac 100644 --- a/tnslc/vector.tnsl +++ b/tnslc/vector.tnsl @@ -57,9 +57,10 @@ uint VECTOR_MAX_GROW = 256 ;/ /; push_cstr(~uint8 ch) - /; loop (ch` != 0) [ch++] + /; loop (ch` !== 0) [ch++] self.push(ch) ;/ + self.push(ch) ;/ /; end |