[gnome-utils] Fix compiler warning
- From: Paolo Borelli <pborelli src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-utils] Fix compiler warning
- Date: Sat, 25 Apr 2009 08:59:59 -0400 (EDT)
commit 380c44544f0a67f0086d6484a5f75b6e985ba840
Author: Paolo Borelli <porelli gnome org>
Date: Sat Apr 25 15:01:28 2009 +0200
Fix compiler warning
---
gnome-dictionary/libgdict/gdict-client-context.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnome-dictionary/libgdict/gdict-client-context.c b/gnome-dictionary/libgdict/gdict-client-context.c
index c80cd42..c93a1ad 100644
--- a/gnome-dictionary/libgdict/gdict-client-context.c
+++ b/gnome-dictionary/libgdict/gdict-client-context.c
@@ -797,7 +797,7 @@ gdict_client_context_send_command (GdictClientContext *context,
/* force flushing of the write buffer */
g_io_channel_flush (priv->channel, NULL);
- GDICT_NOTE (DICT, "Wrote %d bytes to the channel", written_bytes);
+ GDICT_NOTE (DICT, "Wrote %"G_GSIZE_FORMAT" bytes to the channel", written_bytes);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]