r13780 - gnucash/trunk - Fix a bunch of 64-bit compile issues.

Derek Atkins warlord at cvs.gnucash.org
Fri Apr 14 12:45:13 EDT 2006


Author: warlord
Date: 2006-04-14 12:45:10 -0400 (Fri, 14 Apr 2006)
New Revision: 13780
Trac: http://svn.gnucash.org/trac/changeset/13780

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/app-utils/gnc-ui-util.c
   gnucash/trunk/src/backend/file/test/test-dom-converters1.c
   gnucash/trunk/src/engine/Transaction.c
   gnucash/trunk/src/engine/test/test-date.c
Log:
Fix a bunch of 64-bit compile issues.

	* src/engine/Transaction.c:
	* src/engine/test/test-date.c:
	* src/backend/file/test/test-dom-converters1.c:
	  Fix 64-bit compile: Use G_GUINT64_FORMAT instead of %llu or lld
	  for Timespec seconds.
	* src/app-utils/gnc-ui-util.c:
	  Fix 64-bit compile issues:
	  - Use QOF_SCANF_LLD instead of GNC_SCANF_LLD.
	  - Use QOF_SCANF_LLD and G_GINT64_FORMAT properly.
	  - replace %lld with G_GINT64_FORMAT





More information about the gnucash-patches mailing list