Use %lld instead of %Ld for consistency.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3974 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-04-15 21:07:44 +00:00
parent ef5e57c882
commit 28550464e6

View File

@ -212,7 +212,7 @@ xaccTransWriteLog (Transaction *trans, char flag)
/* use tab-separated fields */
fprintf (trans_log,
"%c\t%p/%p\t%s\t%s\t%s\t%s\t%s\t"
"%s\t%s\t%s\t%c\t%Ld/%Ld\t%Ld/%Ld\t%s\n",
"%s\t%s\t%s\t%c\t%lld/%lld\t%lld/%lld\t%s\n",
flag,
trans, split, /* trans+split make up unique id */
dnow ? dnow : "",