[Xfce4-commits] <xfconf:master> Use G_GSIZE_FORMAT in the DBG message.

Nick Schermer noreply at xfce.org
Wed Feb 10 15:08:01 CET 2010


Updating branch refs/heads/master
         to 312a352fd544e2af369701403d31c29f849c0fc9 (commit)
       from 1ef3eb4dfeb8923b6ad1d91d3c73bda59ee17f8c (commit)

commit 312a352fd544e2af369701403d31c29f849c0fc9
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Feb 10 15:05:51 2010 +0100

    Use G_GSIZE_FORMAT in the DBG message.

 xfconfd/xfconf-backend-perchannel-xml.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfconfd/xfconf-backend-perchannel-xml.c b/xfconfd/xfconf-backend-perchannel-xml.c
index 8e348aa..e398d8c 100644
--- a/xfconfd/xfconf-backend-perchannel-xml.c
+++ b/xfconfd/xfconf-backend-perchannel-xml.c
@@ -1600,7 +1600,7 @@ xfconf_backend_perchannel_xml_merge_file(XfconfBackendPerchannelXml *xbpx,
     state->cur_elem = ELEM_NONE;
     state->is_system_file = is_system_file;
 
-    DBG("got file(size=%lu): %s", length, file_contents);
+    DBG("got file(size=%"G_GSIZE_FORMAT"): %s", length, file_contents);
 
     context = g_markup_parse_context_new(&parser, 0, state, NULL);
     if(g_markup_parse_context_parse(context, file_contents, length, &error2)



More information about the Xfce4-commits mailing list