[Telepathy-commits] [telepathy-haze/master] notify: use G_GSIZE_FORMAT not %d for size_t

Will Thompson will.thompson at collabora.co.uk
Thu Nov 13 02:26:42 PST 2008


---
 src/notify.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/notify.c b/src/notify.c
index 2decc33..6b19640 100644
--- a/src/notify.c
+++ b/src/notify.c
@@ -76,7 +76,7 @@ haze_notify_emails (PurpleConnection *gc,
                     const char **tos,
                     const char **urls)
 {
-    DEBUG ("[%s] %d new emails", _account_name (gc), count);
+    DEBUG ("[%s] %" G_GSIZE_FORMAT " new emails", _account_name (gc), count);
     return NULL;
 }
 
-- 
1.5.6.5



More information about the Telepathy-commits mailing list