mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Initialize new_val in environment_override to avoid a compiler warning.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18998 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -208,7 +208,7 @@ environment_override()
|
|||||||
gchar **val_list;
|
gchar **val_list;
|
||||||
gsize val_count;
|
gsize val_count;
|
||||||
gint j;
|
gint j;
|
||||||
gchar *new_val, *tmp_val;
|
gchar *new_val = NULL, *tmp_val;
|
||||||
|
|
||||||
/* For each variable, read its new value, optionally expand it and (un)set it */
|
/* For each variable, read its new value, optionally expand it and (un)set it */
|
||||||
val_list = g_key_file_get_string_list (keyfile, "Variables",
|
val_list = g_key_file_get_string_list (keyfile, "Variables",
|
||||||
|
|||||||
Reference in New Issue
Block a user