[Gnucash-changes] r13410 - gnucash/trunk/src/gnome-utils - Fix format character for a size argument.

David Hampton hampton at cvs.gnucash.org
Sun Feb 26 17:19:19 EST 2006


Author: hampton
Date: 2006-02-26 17:19:18 -0500 (Sun, 26 Feb 2006)
New Revision: 13410
Trac: http://svn.gnucash.org/trac/changeset/13410

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Fix format character for a size argument.

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2006-02-26 21:42:06 UTC (rev 13409)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2006-02-26 22:19:18 UTC (rev 13410)
@@ -616,7 +616,7 @@
     g_error_free(error);
     error = NULL;
   } else if (length != page_count) {
-    g_warning("%s key %s length %d differs from window page count %d",
+    g_warning("%s key %s length %" G_GSIZE_FORMAT " differs from window page count %d",
  	      window_group, WINDOW_PAGEORDER, length, page_count);
   } else {
     /* Dump any list that might exist */



More information about the gnucash-changes mailing list