diff --git a/src/engine/Account.c b/src/engine/Account.c index acd6df9f69..b3d22160c0 100644 --- a/src/engine/Account.c +++ b/src/engine/Account.c @@ -23,6 +23,7 @@ * Huntington Beach, CA 92648-4632 * \********************************************************************/ +#include #include #include "config.h" @@ -205,8 +206,10 @@ xaccGetAccountID (Account *acc) #define CHECK(acc) { \ if (0 == acc->open) { \ - printf ("Error: Account not open for editing\n"); \ - return; \ + /* not today, soem day in the future ... */ \ + /* printf ("Error: Account not open for editing\n"); */ \ + /* assert (0); */ \ + /* return; */ \ } \ }