diff options
Diffstat (limited to 'String.c')
| -rw-r--r-- | String.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ S_dup(BumpArena b, String s) { memcpy(start, s - sizeof(struct StringMeta), allocated); - return NULL; + return start + sizeof(struct StringMeta); } usize |
