Fix a typo

This commit is contained in:
Lactozilla 2024-01-13 19:38:33 -03:00
parent fb4a4920ea
commit 2f56d1ee3f

View file

@ -772,7 +772,7 @@ static int ParseChoice(textpage_t *page, tokenizer_t *sc, int bracket)
if (escaped) if (escaped)
{ {
size_t parsed_length = 0; size_t parsed_length = 0;
char *parsed = ParseText(escaped, &parsed_length, true, sc->line); char *parsed = ParseText(escaped, &parsed_length, false, sc->line);
M_BufferMemWrite(&buf, (UINT8 *)parsed, parsed_length); M_BufferMemWrite(&buf, (UINT8 *)parsed, parsed_length);
total_length += parsed_length; total_length += parsed_length;