Merge "Don't explicitly specify no prefix/suffix."
am: 480d18c472
Change-Id: I2c17e2010e34cc6857d48209a3d0f4f5a7dee8dc
This commit is contained in:
@@ -106,7 +106,7 @@ std::unique_ptr<ZipFileCollection> ZipFileCollection::Create(
|
|||||||
}
|
}
|
||||||
|
|
||||||
void* cookie = nullptr;
|
void* cookie = nullptr;
|
||||||
result = StartIteration(collection->handle_, &cookie, nullptr, nullptr);
|
result = StartIteration(collection->handle_, &cookie);
|
||||||
if (result != 0) {
|
if (result != 0) {
|
||||||
if (out_error) *out_error = ErrorCodeString(result);
|
if (out_error) *out_error = ErrorCodeString(result);
|
||||||
return {};
|
return {};
|
||||||
|
|||||||
Reference in New Issue
Block a user