mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
in case of arguments not separated with comma the fist token of the next argument was put back incorrectly
This commit is contained in:
parent
1f74d8cca5
commit
e4f75267d0
@ -660,7 +660,7 @@ namespace Compiler
|
||||
else
|
||||
{
|
||||
// no comma was used between arguments
|
||||
scanner.putbackKeyword (code, loc);
|
||||
scanner.putbackSpecial (code, loc);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user