1
0
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:
Marc Zinnschlag 2014-12-13 15:40:24 +01:00
parent 1f74d8cca5
commit e4f75267d0

View File

@ -660,7 +660,7 @@ namespace Compiler
else
{
// no comma was used between arguments
scanner.putbackKeyword (code, loc);
scanner.putbackSpecial (code, loc);
return false;
}
}