fixed call
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user