mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix from rob
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1741 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
41021433bf
commit
446fe504f1
@ -1598,7 +1598,7 @@ writeAccount( int fd, Account *acc )
|
||||
|
||||
DEBUG ("writeAccount(): will write %d trans\n", numUnwrittenTrans);
|
||||
|
||||
if(!xaccAccountStagedTransactionTraversal(acc, 2,
|
||||
if (0 != xaccAccountStagedTransactionTraversal(acc, 2,
|
||||
_write_transaction_wrapper_, &fd)) {
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user