mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix infinite loop for \x...
This commit is contained in:
parent
2647e63810
commit
af701d74cd
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ PR_LexString (void)
|
|||
c += *pr_file_p - 'A';
|
||||
else
|
||||
c += *pr_file_p - 'a';
|
||||
pr_file_p++;
|
||||
}
|
||||
if (!*pr_file_p)
|
||||
PR_ParseError ("EOF inside quote");
|
||||
|
|
Loading…
Reference in a new issue