1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-13 16:43:07 +00:00

-> wasn't properly translated into a token

This commit is contained in:
Marc Zinnschlag 2010-06-27 22:31:03 +02:00
parent ddcbc8cd62
commit d20e850d31

View file

@ -63,7 +63,7 @@ namespace Compiler
mLoc.mLiteral.clear(); mLoc.mLiteral.clear();
return true; return true;
} }
else if (std::isdigit (c) || c=='-') else if (std::isdigit (c))
{ {
bool cont = false; bool cont = false;