mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
4e32ac79e3
commit
5489edfb34
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user