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

Commit e8df5399 authored by Jeff Brown's avatar Jeff Brown
Browse files

Update signature of writeBlob.

Bug: 21428802
Change-Id: Iec7e72369989a7c769be6169ead8afae8fe33b67
parent afd49243
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -583,7 +583,7 @@ status_t CameraMetadata::writeToParcel(Parcel& data,
     */
    WritableBlob blob;
    do {
        res = data.writeBlob(blobSize, &blob);
        res = data.writeBlob(blobSize, false, &blob);
        if (res != OK) {
            break;
        }