mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
make things look nice in the debugger
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1267 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c9498179c6
commit
9106339070
@ -97,6 +97,7 @@ xaccInitSplit( Split * split )
|
||||
split->share_cleared_balance = 0.0;
|
||||
split->share_reconciled_balance = 0.0;
|
||||
|
||||
split->tickee = 0;
|
||||
}
|
||||
|
||||
/********************************************************************\
|
||||
@ -314,6 +315,7 @@ xaccInitTransaction( Transaction * trans )
|
||||
trans->date_posted.tv_sec = 0;
|
||||
trans->date_posted.tv_nsec = 0;
|
||||
|
||||
trans->write_flag = 0;
|
||||
trans->open = 0;
|
||||
trans->orig = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user