|
@@ -537,8 +537,8 @@ void LWSImporter::InternReadFile(const std::string &pFile, aiScene *pScene, IOSy
|
|
|
|
|
|
// get file format version and print to log
|
|
// get file format version and print to log
|
|
++it;
|
|
++it;
|
|
-
|
|
|
|
- if ((*it).tokens[0].empty()) {
|
|
|
|
|
|
+
|
|
|
|
+ if (it == root.children.end() || (*it).tokens[0].empty()) {
|
|
ASSIMP_LOG_ERROR("Invalid LWS file detectedm abort import.");
|
|
ASSIMP_LOG_ERROR("Invalid LWS file detectedm abort import.");
|
|
return;
|
|
return;
|
|
}
|
|
}
|