From 8f92cf269cc1c711da40b233e9b9c0a3912d0b72 Mon Sep 17 00:00:00 2001 From: Sergio Date: Fri, 13 Feb 2026 08:20:27 +0100 Subject: [PATCH] fix: fixed crash when reading variables with underscore --- src/parser/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parser/parser.c b/src/parser/parser.c index cebfad9..15b4932 100644 --- a/src/parser/parser.c +++ b/src/parser/parser.c @@ -6,7 +6,7 @@ /* By: sede-san