mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
ef5e57c882
commit
28550464e6
@ -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 : "",
|
||||
|
Loading…
Reference in New Issue
Block a user