mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
get \8 and \9 right
This commit is contained in:
parent
401040ced0
commit
a6c504936c
1 changed files with 2 additions and 2 deletions
|
@ -525,8 +525,8 @@ make_string (char *token, char **end)
|
|||
error (0, "EOF inside quote");
|
||||
break;
|
||||
}
|
||||
case 8:
|
||||
case 9:
|
||||
case '8':
|
||||
case '9':
|
||||
c = 18 + c - '0';
|
||||
break;
|
||||
case 'x':
|
||||
|
|
Loading…
Reference in a new issue