Skip to content

Commit

Permalink
Fix copy-paste error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jun 20, 2019
1 parent 77564b1 commit 3731c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/import-export/aqb/gnc-ab-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3731c84

Please sign in to comment.