mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
fix a silly bug that caused all parsed keys to be ""
This commit is contained in:
parent
4f79d8ce0a
commit
199455d38f
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ GetToken (qboolean crossline)
|
|||
map_error ("EOF inside quoted token");
|
||||
if (*script_p == '\n')
|
||||
script_line++;
|
||||
*token_p++ = *script_p++;
|
||||
script_p++;
|
||||
}
|
||||
dstring_copysubstr (&token, token_p, script_p - token_p);
|
||||
script_p++;
|
||||
|
|
Loading…
Reference in a new issue