Commit ef819448 by Maarten L. Hekkelman

fix hang in pdb parsing with single line file

parent b3b53ebc
......@@ -1176,6 +1176,9 @@ void PDBFileParser::PreParseInput(std::istream& is)
if (type != "END") // special case
dropped.insert(type);
lookahead.clear();
continue;
}
......
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