skip excess initialization

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4803 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-06-26 06:39:36 +00:00
parent 4e32ac79e3
commit 5489edfb34

View File

@ -44,6 +44,7 @@ gnc_engine_init(int argc, char ** argv) {
gnc_engine_init_hook_t hook;
GList * cur;
if (1 == engine_is_initialized) return;
engine_is_initialized = 1;
/* initialize the string cache */