gnucash maint: Bug 728722 - Setting number format details appear wrong in Help, section 10.3.4. Counters Book Options Tab

Geert Janssens gjanssens at code.gnucash.org
Thu Mar 17 16:43:22 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/a27abf76 (commit)
	from  https://github.com/Gnucash/gnucash/commit/8117a7c1 (commit)



commit a27abf766a1c0148a497d0f8000da92f0228398e
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Thu Mar 17 22:37:15 2016 +0100

    Bug 728722 - Setting number format details appear wrong in Help, section 10.3.4. Counters Book Options Tab
    
    This is a follow-up commit to fix the core of the issue.
    With this commit gnucash is more liberal at accepting
    counter formats. It will accept either li, lli, I64i and
    whatever is defined for G_GINT_64 or PRIx64 on the user's
    platform. Internally the code will always convert the
    specifier set by the user with PRIx64, which should always
    be the correct one on any platform.
    
    Additionally a few extra tests were added to stress the
    counter format code a bit more.



Summary of changes:
 src/libqof/qof/qofbook-p.h         |  15 ++--
 src/libqof/qof/qofbook.c           | 128 +++++++++++++++++++++++----------
 src/libqof/qof/qofbook.h           |  11 +--
 src/libqof/qof/test/test-qofbook.c | 140 +++++++++++++++++++++++++++----------
 4 files changed, 214 insertions(+), 80 deletions(-)



More information about the gnucash-patches mailing list