[gnome-color-manager] trivial: Fix a compile error that I can't seem to hit



commit 8abad74833caea77d3e9d8101874f9f288409295
Author: Richard Hughes <richard hughsie com>
Date:   Wed Nov 4 18:39:19 2009 +0000

    trivial: Fix a compile error that I can't seem to hit

 src/gcm-xserver.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-xserver.c b/src/gcm-xserver.c
index 61ee552..e01ed62 100644
--- a/src/gcm-xserver.c
+++ b/src/gcm-xserver.c
@@ -382,7 +382,7 @@ gcm_xserver_set_output_profile_data (GcmXserver *xserver, const gchar *output_na
 	for (i = 0; i < resources->noutput; ++i) {
 		output = XRRGetOutputInfo (priv->display, resources, resources->outputs[i]);
 		if (g_strcmp0 (output->name, output_name) == 0) {
-			egg_debug ("found %s, setting %i bytes", output_name, length);
+			egg_debug ("found %s, setting %i bytes", output_name, (guint) length);
 			XRRChangeOutputProperty (priv->display, resources->outputs[i], atom, XA_CARDINAL, 8, PropModeReplace, (unsigned char*) data, (gint)length);
 		}
 		XRRFreeOutputInfo (output);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]