diff --git a/src/engine/FileIO.c b/src/engine/FileIO.c index 5ce4979569..39cf945d91 100644 --- a/src/engine/FileIO.c +++ b/src/engine/FileIO.c @@ -371,7 +371,7 @@ xaccReadAccountGroup( int fd ) maingrp = NULL; /* set up various state that is not normally stored in the byte stream */ - xaccGroupRecomputeBalance (grp); + xaccRecomputeGroupBalance (grp); xaccLogEnable(); return grp;