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

Commit 18b71278 authored by Greg Hackmann's avatar Greg Hackmann
Browse files

libadfhwc: use %zu for logging size_t



Change-Id: Ica75935a194509f9d85d8e577b81f9de03aaaea4
Signed-off-by: default avatarGreg Hackmann <ghackmann@google.com>
parent 44390474
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ int adf_hwc_open(int *intf_fds, size_t n_intfs,

        ret = adf_set_event(dup_intf_fd, ADF_EVENT_HOTPLUG, 1);
        if (ret < 0 && ret != -EINVAL) {
            ALOGE("failed to enable hotplug event on display %u: %s",
            ALOGE("failed to enable hotplug event on display %zu: %s",
                    i, strerror(errno));
            goto err;
        }