mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
be gentle to those with semi-working code
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@806 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1ab12263a9
commit
05f9f364c3
@ -516,7 +516,7 @@ xaccSplitRebalance (Split *split)
|
||||
#define CHECK_OPEN(trans) { \
|
||||
if (!trans->open) { \
|
||||
printf ("Error: transaction %p not open for editing\n", trans); \
|
||||
assert (trans->open); \
|
||||
/* assert (trans->open); */ \
|
||||
printf ("%s:%d \n", __FILE__, __LINE__); \
|
||||
/* return; */ \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user