Don't throw a fatal exception just because os-type isn't something we recognize - ignore it and move on

develop
Quietust 2012-05-28 11:06:23 -05:00
parent e72bf1ac9a
commit f71a843c6e
1 changed files with 1 additions and 1 deletions

@ -107,7 +107,7 @@ void VersionInfoFactory::ParseVersion (TiXmlElement* entry, VersionInfo* mem)
} }
else else
{ {
throw Error::SymbolsXmlBadAttribute("os-type"); return; // ignore it if it's invalid
} }
// process additional entries // process additional entries