Fixed "printf format not a literal error" in build.
This commit is contained in:
@@ -750,7 +750,7 @@ int Assimp_Dump (const char* const* params, unsigned int num)
|
||||
scene, shortened, compressed);
|
||||
}
|
||||
catch (const std::exception& e) {
|
||||
printf(("assimp dump: " + std::string(e.what())).c_str());
|
||||
printf("%s", ("assimp dump: " + std::string(e.what())).c_str());
|
||||
return AssimpCmdError::ExceptionWasRaised;
|
||||
}
|
||||
catch (...) {
|
||||
|
||||
Reference in New Issue
Block a user