diff options
Diffstat (limited to 'src/utils/xml/pugixml.cpp')
-rw-r--r-- | src/utils/xml/pugixml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/xml/pugixml.cpp b/src/utils/xml/pugixml.cpp index 0c9e2bee9..bf94c3443 100644 --- a/src/utils/xml/pugixml.cpp +++ b/src/utils/xml/pugixml.cpp @@ -103,7 +103,7 @@ namespace XML } file.close(); } - else + else if (skipError == SkipError_false) { reportAlways("Error loading XML file %s", filename.c_str()); |