|
@@ -881,7 +881,7 @@ int Assimp_CompareDump (const char* const* params, unsigned int num)
|
|
}
|
|
}
|
|
|
|
|
|
// assimp cmpdump actual expected
|
|
// assimp cmpdump actual expected
|
|
- if (num < 1) {
|
|
|
|
|
|
+ if (num < 2) {
|
|
std::cout << "assimp cmpdump: Invalid number of arguments. "
|
|
std::cout << "assimp cmpdump: Invalid number of arguments. "
|
|
"See \'assimp cmpdump --help\'\r\n" << std::endl;
|
|
"See \'assimp cmpdump --help\'\r\n" << std::endl;
|
|
return 1;
|
|
return 1;
|