Fixed Ch type

This commit is contained in:
Sergey Kosarevsky 2016-02-28 19:20:31 +01:00
parent fb5c464221
commit f76174422d

View File

@ -1271,7 +1271,7 @@ private:
// Finish parsing, call event according to the type of number. // Finish parsing, call event according to the type of number.
bool cont = true; bool cont = true;
if (parseFlags & kParseNumbersAsStringsFlag) if ((parseFlags & kParseNumbersAsStringsFlag) && (parseFlags & kParseInsituFlag))
{ {
s.Pop(); // Pop stack no matter if it will be used or not. s.Pop(); // Pop stack no matter if it will be used or not.
const size_t length = s.Tell() - startOffset; const size_t length = s.Tell() - startOffset;