mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Initialize GError to NULL or it doesn't work.
This commit is contained in:
parent
7d940a5d91
commit
b741c8e1de
@ -102,7 +102,7 @@ gnc_environment_setup (void)
|
||||
gchar *config_path;
|
||||
gchar *env_file;
|
||||
GKeyFile *keyfile = g_key_file_new();
|
||||
GError *error;
|
||||
GError *error = NULL;
|
||||
gchar **env_vars;
|
||||
gsize param_count;
|
||||
gint i;
|
||||
|
Loading…
Reference in New Issue
Block a user