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:
Mike Alexander
2010-04-06 02:17:21 +00:00
parent cbe2fb979d
commit fe6d35d6bf

View File

@@ -208,7 +208,7 @@ environment_override()
gchar **val_list;
gsize val_count;
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 */
val_list = g_key_file_get_string_list (keyfile, "Variables",