git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2311 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2000-05-14 21:43:12 +00:00
parent 96509fbc0e
commit b441b4e404

View File

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