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:
Linas Vepstas 1998-10-05 05:53:29 +00:00
parent c9498179c6
commit 9106339070

View File

@ -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;
}