fix return code ...

This commit is contained in:
BotoX 2021-05-11 00:22:17 +02:00
parent 292c4c3b24
commit b727f5c904
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ int main(const int argc, const char* argv[])
if (!context.init())
return -1;
bool error = DemoReader::ProcessDem(inputFp, &context);
bool error = !DemoReader::ProcessDem(inputFp, &context);
fclose(inputFp);