From 7853ce804db34e96fd3c4bc38ead255e9aaccf7d Mon Sep 17 00:00:00 2001 From: David Hampton Date: Sun, 8 Jan 2006 22:31:40 +0000 Subject: [PATCH] Fix a couple of compiler version issues. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12303 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/goffice-0.0.4/goffice/glib24_26-compat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/goffice-0.0.4/goffice/glib24_26-compat.c b/lib/goffice-0.0.4/goffice/glib24_26-compat.c index 438e46a699..e2ececb322 100644 --- a/lib/goffice-0.0.4/goffice/glib24_26-compat.c +++ b/lib/goffice-0.0.4/goffice/glib24_26-compat.c @@ -229,9 +229,9 @@ _g_compute_locale_variants (const gchar *locale) GSList *retval = NULL; gchar *language; - gchar *territory; - gchar *codeset; - gchar *modifier; + gchar *territory = NULL; + gchar *codeset = NULL; + gchar *modifier = NULL; guint mask; guint i;