enhanced a special form FS to affect record reading
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-01 23:48:42 +09:00
parent 9afed26820
commit 7cee04ba94
4 changed files with 95 additions and 63 deletions

View File

@ -43,7 +43,7 @@ char_t* split_xchars_to_fields (hawk_rtx_t* rtx, char_t* str, hawk_oow_t len, ch
while (p < end)
{
char c = *p;
char_t c = *p;
if (escaped)
{