Improve handling of XML errors for fix permissions

This commit is contained in:
Dees_Troy
2013-04-05 12:02:14 -05:00
parent 91862e618e
commit 34614eb94f
3 changed files with 36 additions and 13 deletions
+2 -1
View File
@@ -90,7 +90,8 @@ rapidxml::parse_error_handler (const char *what, void *where)
{
fprintf (stderr, "Parser error: %s\n", what);
fprintf (stderr, " Start of string: %s\n", (char *) where);
abort ();
LOGERR("Error parsing XML file.\n");
//abort ();
}
static void