We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9b6628 + 41e9ffb commit 67f2cbeCopy full SHA for 67f2cbe
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