fixing problem with previous commit if no aliases are registered

This commit is contained in:
Peter Feigl 2014-02-26 01:16:03 +01:00
parent c80b495546
commit 2dabb914c0

View file

@ -211,6 +211,8 @@ account_t * journal_t::expand_aliases(string name) {
keep_expanding = false; keep_expanding = false;
} }
} }
} else {
keep_expanding = false;
} }
} }
return result; return result;