mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a couple of compiler version issues.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12303 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bc7964de49
commit
7853ce804d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user