fixed call

This commit is contained in:
john30
2018-04-08 14:07:09 +02:00
parent 186eacb528
commit 875c6488cb
+1 -1
View File
@@ -201,7 +201,7 @@ int main(int argc, char** argv) {
if (!stream) { if (!stream) {
result = RESULT_ERR_NOTFOUND; result = RESULT_ERR_NOTFOUND;
} else { } else {
result = reader.readFromStream(stream, argv[argpos], time, false, NULL, &errorDescription, &hash, &size); result = reader.readFromStream(stream, argv[argpos], time, false, NULL, &errorDescription, false, &hash, &size);
} }
cout << argv[argpos] << " "; cout << argv[argpos] << " ";
if (result != RESULT_OK) { if (result != RESULT_OK) {