all repos — hex @ d647a316cdd59b62d1c71d565ef1b99a17171dce

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Fri, 03 Jan 2025 07:23:56 +0000
commit

d647a316cdd59b62d1c71d565ef1b99a17171dce

parent

21839893b924b6e966f1c66ceb15f6ea37294ead

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/symbols.csrc/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 = hex_process_string(str); + item->data.str_value = str; result = HEX_PUSH(ctx, item); } }