Jon Berndt wrote:
I'm not surprised it breaks with malformed XML files. A suggested fix is below.if (!input.good()) { sg_io_exception ex("Problem reading file", sg_location(path, XML_GetCurrentLineNumber(parser), XML_GetCurrentColumnNumber(parser)), "SimGear XML Parser"); XML_ParserFree(parser); throw ex; } --RichardHas the disposition of this been resolved, yet?
It's committed to CVS. Erik _______________________________________________ Flightgear-devel mailing list [email protected] http://mail.flightgear.org/mailman/listinfo/flightgear-devel 2f585eeea02e2c79d7b1d8c4963bae2d
