gnucash unstable: Bug 793568 - "Cash Flow" report crashes
John Ralls
jralls at code.gnucash.org
Sun Feb 18 13:28:01 EST 2018
Updated via https://github.com/Gnucash/gnucash/commit/ec0656e7 (commit)
from https://github.com/Gnucash/gnucash/commit/ffeafad6 (commit)
commit ec0656e7d52e1bd08a0947f58a308b7df2345fe4
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Feb 18 10:27:34 2018 -0800
Bug 793568 - "Cash Flow" report crashes
diff --git a/gnucash/report/report-system/html-text.scm b/gnucash/report/report-system/html-text.scm
index b9e61d5..ec903fa 100644
--- a/gnucash/report/report-system/html-text.scm
+++ b/gnucash/report/report-system/html-text.scm
@@ -125,10 +125,10 @@
;; system, but it flattens out its children's lists prematurely. Has
;; to, to pass them as args to format.
-(define (gnc:html-markup/format format . entities)
+(define (gnc:html-markup/format fstr . entities)
(lambda (doc)
(apply
- format #f format
+ format #f fstr
(map
(lambda (elt)
(let ((rendered-elt
Summary of changes:
gnucash/report/report-system/html-text.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list