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

Commit 78e68ceb 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

Change-Id: I7cc6d962ec602c844ad9e7f6179260e247b04dc8
parents 10f05c0f d47c87a2
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 {};