[notification-daemon] Fix a compiler warning



commit 4902f713fc2c2962699a54a9ccbae91ccf2eea19
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Feb 16 11:53:39 2011 -0500

    Fix a compiler warning

 src/nd-notification.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nd-notification.c b/src/nd-notification.c
index 1466fa6..05372d0 100644
--- a/src/nd-notification.c
+++ b/src/nd-notification.c
@@ -402,7 +402,7 @@ _notify_daemon_pixbuf_from_data_hint (GVariant *icon_data,
 
         if (expected_len != g_variant_get_size (data_variant)) {
                 g_warning ("Expected image data to be of length %" G_GSIZE_FORMAT
-                           " but got a " "length of %u",
+                           " but got a " "length of %" G_GSIZE_FORMAT,
                            expected_len,
                            g_variant_get_size (data_variant));
                 return NULL;



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