Fixed all tests!
h3rald h3rald@h3rald.com
Tue, 31 Dec 2024 23:31:01 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/registry.c
→
src/registry.c
@@ -136,7 +136,7 @@ hex_error(ctx, "[set symbol] Invalid user symbol %s", key);
return 1; } - if (!native && hex_valid_native_symbol(ctx, key) + if (!native && hex_valid_native_symbol(ctx, key)) { hex_error(ctx, "[set symbol] Cannot overwrite native symbol '%s'", key); return 1;