trivial: Fix failure to build on i386

This commit is contained in:
Richard Hughes 2017-10-09 12:17:02 +01:00
parent cd0d72abbe
commit 4212f40e9d

View File

@ -566,7 +566,7 @@ fu_plugin_get_results (FuPlugin *plugin, FuDevice *device, GError **error)
g_set_error (error, g_set_error (error,
FWUPD_ERROR, FWUPD_ERROR,
FWUPD_ERROR_INTERNAL, FWUPD_ERROR_INTERNAL,
"ERROR: Unable to read results of %s: %lu < 8", "ERROR: Unable to read results of %s: %" G_GSIZE_FORMAT " < 8",
fu_device_get_name (device), len); fu_device_get_name (device), len);
return FALSE; return FALSE;
} }