gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Aug 25 14:02:08 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/ea386249 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/9069f262 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a4f96d04 (commit)



commit ea3862499b992efed5f24d0ff1be9881a81aa00d
Author: Geoff Lee <geoff.lee99 at gmail.com>
Date:   Thu Aug 25 10:50:09 2016 -0700

    Bug 770303 - Incorrect commodity match during import OFX and possible solution.
    
    Comparing only on the strlen of the imported commodity produces false
    matches when the account commodity string begins with the same
    characters but is longer. E.g. if the imported commodity is F (Ford
    Motor) and Facebook (FB) is encountered first in the account list then
    the matcher will select Facebook, but that will fail when the commodity
    GUIDs are compared.

commit 9069f2626a252305d4d4e0ac1b32834e24a16ee8
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Aug 25 10:48:55 2016 -0700

    Whitespace cleanup in gnc_import_select_commodity.



Summary of changes:
 src/import-export/import-commodity-matcher.c | 30 +++++++++++++---------------
 1 file changed, 14 insertions(+), 16 deletions(-)



More information about the gnucash-patches mailing list