mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-11 13:25:53 -04: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
|
else
|
||||||
{
|
{
|
||||||
// no comma was used between arguments
|
// no comma was used between arguments
|
||||||
scanner.putbackKeyword (code, loc);
|
scanner.putbackSpecial (code, loc);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user