mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-25 22:10:41 -04:00
-> wasn't properly translated into a token
This commit is contained in:
parent
ddcbc8cd62
commit
d20e850d31
@ -63,7 +63,7 @@ namespace Compiler
|
||||
mLoc.mLiteral.clear();
|
||||
return true;
|
||||
}
|
||||
else if (std::isdigit (c) || c=='-')
|
||||
else if (std::isdigit (c))
|
||||
{
|
||||
bool cont = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user