diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2023-03-24 02:10:55 -0400 |
|---|---|---|
| committer | Kyle Gunger <kgunger12@gmail.com> | 2023-03-24 02:10:55 -0400 |
| commit | 3442a2c5bbbf5ec604ef104e9ab92912db98f222 (patch) | |
| tree | ca53eb5bb572a235163a2bb1dfc4e2b06734ab5b /tnslc/c_wrap.tnsl | |
| parent | a81122df8f081fc6f7cbe338f094bd8da9ba0486 (diff) | |
Update index solver
Diffstat (limited to 'tnslc/c_wrap.tnsl')
| -rw-r--r-- | tnslc/c_wrap.tnsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/c_wrap.tnsl b/tnslc/c_wrap.tnsl index 3d5fa02..7348417 100644 --- a/tnslc/c_wrap.tnsl +++ b/tnslc/c_wrap.tnsl @@ -74,7 +74,7 @@ struct Vector { ;/ /; set (uint i, ~void data) - ~void index = get(i) + ~void index = self.get(i) /; loop (i = 0; i < self.el_size) [index = index + 1; data = data + 1; i++] index = data ;/ |