Commit f7617442 authored by Sergey Kosarevsky's avatar Sergey Kosarevsky

Fixed Ch type

parent fb5c4642
...@@ -1271,7 +1271,7 @@ private: ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment