fixes
h3rald h3rald@h3rald.com
Thu, 02 Jan 2025 21:34:27 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/symbols.c
→
src/symbols.c
@@ -1792,7 +1792,7 @@ else
{ hex_item_t *item = (hex_item_t *)malloc(sizeof(hex_item_t)); item->type = HEX_TYPE_STRING; - item->data.str_value = str; + item->data.str_value = hex_process_string(str); result = HEX_PUSH(ctx, item); } }