Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 225df5d5 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Don't explicitly specify no prefix/suffix." am: 480d18c4 am: d47c87a2

am: 78e68ceb

Change-Id: I5040185c71b353fa028b1b21ddef7bfb37870e06
parents 15b60142 78e68ceb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ std::unique_ptr<ZipFileCollection> ZipFileCollection::Create(
  }

  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 {};