Fixes.
h3rald h3rald@h3rald.com
Wed, 18 Dec 2024 16:11:43 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/stack.c
→
src/stack.c
@@ -36,7 +36,7 @@ result = HEX_PUSH(ctx, value);
} else { - hex_error(ctx, "Undefined user symbol: '%s'", item.token->value); + hex_error(ctx, "Undefined user symbol: %s", item.token->value); HEX_FREE(ctx, value); result = 1; }