[notification-daemon] Fix a compiler warning
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [notification-daemon] Fix a compiler warning
- Date: Wed, 16 Feb 2011 16:54:09 +0000 (UTC)
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]