mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-25 06:35:47 +00:00
trivial: Use G_GSSIZE_FORMAT in more places
This commit is contained in:
parent
908c1d8c02
commit
6a5eda0a44
@ -261,7 +261,7 @@ fu_mei_device_write(FuMeiDevice *self,
|
||||
g_set_error(error,
|
||||
FWUPD_ERROR,
|
||||
FWUPD_ERROR_WRITE,
|
||||
"write failed with status %zd %s",
|
||||
"write failed with status %" G_GSSIZE_FORMAT " %s",
|
||||
written,
|
||||
strerror(errno));
|
||||
return FALSE;
|
||||
@ -295,7 +295,7 @@ fu_mei_device_write(FuMeiDevice *self,
|
||||
g_set_error(error,
|
||||
FWUPD_ERROR,
|
||||
FWUPD_ERROR_WRITE,
|
||||
"write failed on select with status %zd",
|
||||
"write failed on select with status %" G_GSSIZE_FORMAT,
|
||||
rc);
|
||||
return FALSE;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user