mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 10:51:09 -06:00
oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2311 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
96509fbc0e
commit
b441b4e404
@ -421,7 +421,7 @@ readGroup (int fd, Account *aparent, int token)
|
||||
{
|
||||
Account * acc = readAccount( fd, grp, token );
|
||||
if( NULL == acc ) {
|
||||
PERR("Short group read: \n");
|
||||
PERR("Short group read: \n"
|
||||
"\texpected %d, got %d accounts\n",numAcc,i);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user