Fixed Ch type
This commit is contained in:
parent
fb5c464221
commit
f76174422d
@ -1271,7 +1271,7 @@ private:
|
||||
// Finish parsing, call event according to the type of number.
|
||||
bool cont = true;
|
||||
|
||||
if (parseFlags & kParseNumbersAsStringsFlag)
|
||||
if ((parseFlags & kParseNumbersAsStringsFlag) && (parseFlags & kParseInsituFlag))
|
||||
{
|
||||
s.Pop(); // Pop stack no matter if it will be used or not.
|
||||
const size_t length = s.Tell() - startOffset;
|
||||
|
Loading…
x
Reference in New Issue
Block a user