mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Fix a typo
This commit is contained in:
parent
fb4a4920ea
commit
2f56d1ee3f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue