From f71a843c6e00705bb2031643e1d93e6fd7442063 Mon Sep 17 00:00:00 2001 From: Quietust Date: Mon, 28 May 2012 11:06:23 -0500 Subject: [PATCH] Don't throw a fatal exception just because os-type isn't something we recognize - ignore it and move on --- library/VersionInfoFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/VersionInfoFactory.cpp b/library/VersionInfoFactory.cpp index 36dbd9aae..972ab31b4 100644 --- a/library/VersionInfoFactory.cpp +++ b/library/VersionInfoFactory.cpp @@ -107,7 +107,7 @@ void VersionInfoFactory::ParseVersion (TiXmlElement* entry, VersionInfo* mem) } else { - throw Error::SymbolsXmlBadAttribute("os-type"); + return; // ignore it if it's invalid } // process additional entries