[anjuta/gnome-3-8] libanjuta: bgo #699327 - Use G_GSIZE_FORMAT for gsize
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/gnome-3-8] libanjuta: bgo #699327 - Use G_GSIZE_FORMAT for gsize
- Date: Tue, 14 May 2013 08:49:44 +0000 (UTC)
commit 66e00457f9e93e2ec23a7e1f4cbe39f3a70a4f51
Author: Arnel A. Borja <kyoushuu yahoo com>
Date: Sun Apr 28 00:01:54 2013 +0800
libanjuta: bgo #699327 - Use G_GSIZE_FORMAT for gsize
libanjuta/anjuta-token.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/anjuta-token.c b/libanjuta/anjuta-token.c
index 136e8e9..291b7cf 100644
--- a/libanjuta/anjuta-token.c
+++ b/libanjuta/anjuta-token.c
@@ -329,7 +329,7 @@ anjuta_token_show (AnjutaToken *token, gint indent, gchar parent)
if (string == NULL)
{
/* Value doesn't contain a newline */
- fprintf (stderr, "(%lu)", length);
+ fprintf (stderr, "(%" G_GSIZE_FORMAT ")", length);
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]