mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
bug fix
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@787 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
2cdff16c92
commit
e2169484aa
@ -95,6 +95,8 @@ xaccTransWriteLog (Transaction *trans)
|
|||||||
Split *split;
|
Split *split;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
|
xaccOpenLog ();
|
||||||
|
|
||||||
/* use tab-separated fields, to be /rdb compatible */
|
/* use tab-separated fields, to be /rdb compatible */
|
||||||
fprintf (trans_log, "%s %s\n", trans->num, trans->description);
|
fprintf (trans_log, "%s %s\n", trans->num, trans->description);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user