[telepathy-mission-control/master] Use G_GSIZE_FORMAT for gsize
Will Thompson
will.thompson at collabora.co.uk
Fri Apr 24 02:30:21 PDT 2009
---
src/mcd-account-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mcd-account-manager.c b/src/mcd-account-manager.c
index d43b3a3..6096a23 100644
--- a/src/mcd-account-manager.c
+++ b/src/mcd-account-manager.c
@@ -222,7 +222,7 @@ list_connection_names_cb (const gchar * const *names, gsize n,
gchar *contents = NULL;
guint i;
- DEBUG ("%u connections", n);
+ DEBUG ("%" G_GSIZE_FORMAT " connections", n);
g_file_get_contents (priv->account_connections_file, &contents, NULL, NULL);
for (i = 0; i < n; i++)
--
1.5.6.5
More information about the telepathy-commits
mailing list