From 4212f40e9d3b1dd00df1b09ee5520fbba2219658 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 9 Oct 2017 12:17:02 +0100 Subject: [PATCH] trivial: Fix failure to build on i386 --- plugins/dell/fu-plugin-dell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dell/fu-plugin-dell.c b/plugins/dell/fu-plugin-dell.c index c512f0856..74d845568 100644 --- a/plugins/dell/fu-plugin-dell.c +++ b/plugins/dell/fu-plugin-dell.c @@ -566,7 +566,7 @@ fu_plugin_get_results (FuPlugin *plugin, FuDevice *device, GError **error) g_set_error (error, FWUPD_ERROR, 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); return FALSE; }