gnucash maint: Fix copy-paste error.

John Ralls jralls at code.gnucash.org
Thu Jun 20 17:25:11 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/3731c84f (commit)
	from  https://github.com/Gnucash/gnucash/commit/77564b1e (commit)



commit 3731c84f0c34c6215825694e910b1cf5e55f50f4
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jun 20 14:25:01 2019 -0700

    Fix copy-paste error.

diff --git a/gnucash/import-export/aqb/gnc-ab-utils.c b/gnucash/import-export/aqb/gnc-ab-utils.c
index 08ea23130..ad6cba201 100644
--- a/gnucash/import-export/aqb/gnc-ab-utils.c
+++ b/gnucash/import-export/aqb/gnc-ab-utils.c
@@ -350,7 +350,7 @@ gnc_ab_get_remote_name(const AB_TRANSACTION *ab_trans)
         tmp = g_strdup(ab_transactionText);
         g_strstrip(tmp);
         gnc_utf8_strip_invalid(tmp);
-        gnc_description=tmp;
+        gnc_other_name = tmp;
     }
 #else
         GWEN_StringList_ForEach(ab_remote_name, join_ab_strings_cb,



Summary of changes:
 gnucash/import-export/aqb/gnc-ab-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list