From 143a03fa034eb7b522a0f734689874907f5c99a0 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 7 May 2019 14:59:09 -0700 Subject: Track libziparchive API change. Bug: http://b/129068177 Test: treehugger Change-Id: I618bbcf38914dd81e042e0cfd1976ff26274dc30 --- install/install.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/install.cpp') diff --git a/install/install.cpp b/install/install.cpp index d62bffc59..1b51b4246 100644 --- a/install/install.cpp +++ b/install/install.cpp @@ -529,7 +529,7 @@ bool verify_package_compatibility(ZipArchiveHandle package_zip) { // Iterate all the entries inside COMPATIBILITY_ZIP_ENTRY and read the contents. void* cookie; - ret = StartIteration(zip_handle, &cookie, nullptr, nullptr); + ret = StartIteration(zip_handle, &cookie); if (ret != 0) { LOG(ERROR) << "Failed to start iterating zip entries: " << ErrorCodeString(ret); CloseArchive(zip_handle); -- cgit v1.2.3