[Gnucash-changes] r12303 - gnucash/trunk/lib/goffice-0.0.4/goffice - Fix a couple of compiler version issues.

David Hampton hampton at cvs.gnucash.org
Sun Jan 8 17:31:41 EST 2006


Author: hampton
Date: 2006-01-08 17:31:40 -0500 (Sun, 08 Jan 2006)
New Revision: 12303
Trac: http://svn.gnucash.org/trac/changeset/12303

Modified:
   gnucash/trunk/lib/goffice-0.0.4/goffice/glib24_26-compat.c
Log:
Fix a couple of compiler version issues.

Modified: gnucash/trunk/lib/goffice-0.0.4/goffice/glib24_26-compat.c
===================================================================
--- gnucash/trunk/lib/goffice-0.0.4/goffice/glib24_26-compat.c	2006-01-08 22:29:47 UTC (rev 12302)
+++ gnucash/trunk/lib/goffice-0.0.4/goffice/glib24_26-compat.c	2006-01-08 22:31:40 UTC (rev 12303)
@@ -229,9 +229,9 @@
   GSList *retval = NULL;
 
   gchar *language;
-  gchar *territory;
-  gchar *codeset;
-  gchar *modifier;
+  gchar *territory = NULL;
+  gchar *codeset = NULL;
+  gchar *modifier = NULL;
 
   guint mask;
   guint i;



More information about the gnucash-changes mailing list