diff options
Diffstat (limited to 'finance/gnucash-devel/patches/patch-ae')
-rw-r--r-- | finance/gnucash-devel/patches/patch-ae | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/finance/gnucash-devel/patches/patch-ae b/finance/gnucash-devel/patches/patch-ae new file mode 100644 index 00000000000..74e2bc0dc9b --- /dev/null +++ b/finance/gnucash-devel/patches/patch-ae @@ -0,0 +1,24 @@ +$NetBSD: patch-ae,v 1.1 2006/04/29 20:38:57 wiz Exp $ + +--- src/gnome-utils/druid-gnc-xml-import.c.orig 2006-04-16 23:52:26.000000000 +0000 ++++ src/gnome-utils/druid-gnc-xml-import.c +@@ -838,8 +838,8 @@ gxi_update_default_enc_combo (GncXmlImpo + static void + gxi_update_summary_label (GncXmlImportData *data) + { +- gchar *string; +- gboolean show; ++ gchar *string=NULL; ++ gboolean show=FALSE; + + if (data->n_unassigned) { + if (data->n_impossible) { +@@ -1149,7 +1149,7 @@ gxi_string_combo_changed_cb (GtkComboBox + GList *found, *default_conv; + gboolean is_active; + ambiguous_type *amb; +- conv_type *prev_conv, *curr_conv; ++ conv_type *prev_conv, *curr_conv=NULL; + gpointer ptr; + GQuark prev_enc, curr_enc; + |