gnucash maint: Bug 795039 - Crash on startup using Technicolor Style sheet in report

John Ralls jralls at code.gnucash.org
Thu Apr 26 16:01:17 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/0106a771 (commit)
	from  https://github.com/Gnucash/gnucash/commit/c4e5e18c (commit)



commit 0106a771d050b51de69126851377d1fff8e142dd
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Apr 26 12:55:57 2018 -0700

    Bug 795039 - Crash on startup using Technicolor Style sheet in report
    
    Take 3: Catch encoding exceptions from trying to read a string into
    Scheme using scm_from_utf8_string and try again using
    scm_from_locale_string. If that throws too, give up and log a
    warning.



Summary of changes:
 libgnucash/app-utils/gfec.c | 53 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 52 insertions(+), 1 deletion(-)



More information about the gnucash-patches mailing list