MD5 parser will now reject files with version!=10.
3DS Loader -> improved light and camera handling. DXF -> minor fixes, refactoring. Updating DLL revision number. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@379 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -115,7 +115,7 @@ void MD5Parser::ParseHeader()
|
||||
SkipSpaces();
|
||||
unsigned int iVer = ::strtol10(buffer,(const char**)&buffer);
|
||||
if (10 != iVer) {
|
||||
ReportWarning("MD5 version tag is unknown (10 is expected)");
|
||||
ReportError("MD5 version tag is unknown (10 is expected)");
|
||||
}
|
||||
SkipLine();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user