summaryrefslogtreecommitdiff
path: root/client/cd-iccdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/cd-iccdump.c')
-rw-r--r--client/cd-iccdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/cd-iccdump.c b/client/cd-iccdump.c
index 789245f..8482861 100644
--- a/client/cd-iccdump.c
+++ b/client/cd-iccdump.c
@@ -39,7 +39,7 @@ cd_fix_profile_error_cb (cmsContext ContextID,
cmsUInt32Number errorcode,
const char *text)
{
- g_warning ("LCMS error %i: %s", errorcode, text);
+ g_warning ("LCMS error %" G_GUINT32_FORMAT ": %s", errorcode, text);
/* copy this sytemwide */
lcms_error_code = errorcode;