[anjuta] libanjuta: bgo #699327 - Use G_GSIZE_FORMAT for gsize
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta: bgo #699327 - Use G_GSIZE_FORMAT for gsize
- Date: Mon, 6 May 2013 20:11:59 +0000 (UTC)
commit b7a05e8c940694efa103d705c4826a7796100332
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]