commit | 480d18c47278101db0e19eede88550899cf66b2a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon May 13 17:53:23 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon May 13 17:53:23 2019 +0000 |
tree | c9ce0d7c7ea3fce8b1b347a32bb55f8e2de4f96a | |
parent | c4104f029f1e6243643732258b73be9f48376429 [diff] | |
parent | f31f126ed8aa4733d2e1aa9ad56fb82c9a86a020 [diff] |
Merge "Don't explicitly specify no prefix/suffix."
diff --git a/tools/aapt2/io/ZipArchive.cpp b/tools/aapt2/io/ZipArchive.cpp index 269b6c5..550edd3 100644 --- a/tools/aapt2/io/ZipArchive.cpp +++ b/tools/aapt2/io/ZipArchive.cpp
@@ -106,7 +106,7 @@ } void* cookie = nullptr; - result = StartIteration(collection->handle_, &cookie, nullptr, nullptr); + result = StartIteration(collection->handle_, &cookie); if (result != 0) { if (out_error) *out_error = ErrorCodeString(result); return {};