Merge branch 'master' into jc3-spam-killa

This commit is contained in:
Kim Kulling
2021-05-10 22:21:13 +02:00
committed by GitHub
12 changed files with 53 additions and 13 deletions

View File

@@ -268,7 +268,7 @@ void AMFImporter::ParseFile(const std::string &pFile, IOSystem *pIOHandler) {
mXmlParser = new XmlParser();
if (!mXmlParser->parse(file.get())) {
delete mXmlParser;
throw DeadlyImportError("Failed to create XML reader for file ", pFile, ".");
throw DeadlyImportError("Failed to create XML reader for file" + pFile + ".");
}
// Start reading, search for root tag <amf>