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

Commit d47c87a2 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

Change-Id: I2c17e2010e34cc6857d48209a3d0f4f5a7dee8dc
parents 917c9f14 480d18c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,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 {};