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

Commit 04e5fde3 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Use correct format specifier" am: 370d2e02 am: ef44dd23

am: 53d69290

Change-Id: I158f99bdba598d64bc676be4ea4e1c38e6cbcce4
parents 02fbb27e 53d69290
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ int storage_file_read(struct storage_msg *msg,
    }

    if (req->size > MAX_READ_SIZE) {
        ALOGW("%s: request is too large (%zd > %zd) - refusing\n",
        ALOGW("%s: request is too large (%u > %d) - refusing\n",
              __func__, req->size, MAX_READ_SIZE);
        msg->result = STORAGE_ERR_NOT_VALID;
        goto err_response;