r19206 - gnucash/trunk/src/gnome - printf with %zd is not known in mingw gcc 4.4.0 and prevents gnucash from being built with that compiler. Since this is only a debug message, I chose to replace it with %d which should also do the right thing.

Geert Janssens gjanssens at code.gnucash.org
Tue May 25 17:16:45 EDT 2010


Author: gjanssens
Date: 2010-05-25 17:16:44 -0400 (Tue, 25 May 2010)
New Revision: 19206
Trac: http://svn.gnucash.org/trac/changeset/19206

Modified:
   gnucash/trunk/src/gnome/dialog-print-check.c
Log:
printf with %zd is not known in mingw gcc 4.4.0 and prevents gnucash from being built with that compiler. Since this is only a debug message, I chose to replace it with %d which should also do the  right thing.



More information about the gnucash-patches mailing list