We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1dd1a commit 41e9ffbCopy full SHA for 41e9ffb
1 file changed
export/descriptionGenerator.cpp
@@ -70,7 +70,7 @@ int main(int argc, char **argv) {
70
if (!handle) {
71
const auto err = "Unable to load dynamic library '" + libName + "'! " + getLastError();
72
std::cerr << err << std::endl;
73
- return -1;
+ return 1;
74
}
75
76
const auto f = load_function<modelDescriptionTYPE*>(handle, "write_description");
0 commit comments