mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-03 09:53:26 -05:00
Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3324 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
+1
-1
@@ -615,7 +615,7 @@ xaccRecomputeGroupBalance (AccountGroup *grp)
|
||||
GList *node;
|
||||
|
||||
if (!grp) return;
|
||||
if (!grp->accounts);
|
||||
if (!grp->accounts) return;
|
||||
|
||||
account = grp->accounts->data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user