r11925 - gnucash/trunk - Fix David Reiser's compile problem on OSX with gcc-3.3.

Derek Atkins warlord at cvs.gnucash.org
Sun Nov 13 20:49:54 EST 2005


Author: warlord
Date: 2005-11-13 20:49:52 -0500 (Sun, 13 Nov 2005)
New Revision: 11925
Trac: http://svn.gnucash.org/trac/changeset/11925

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/core-utils/gnc-gkeyfile-utils.c
Log:
Fix David Reiser's compile problem on OSX with gcc-3.3.

	* src/core-utils/gnc-gkeyfile-utils.c: cast the
	  printf so we don't warn when sizeof(ssize_t) !=
	  sizeof(int).  In this case the cast is safe because
	  we can only write an int-size of data.





More information about the gnucash-patches mailing list