From ec0656e7d52e1bd08a0947f58a308b7df2345fe4 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 18 Feb 2018 10:27:34 -0800 Subject: [PATCH] Bug 793568 - "Cash Flow" report crashes --- gnucash/report/report-system/html-text.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnucash/report/report-system/html-text.scm b/gnucash/report/report-system/html-text.scm index b9e61d5412..ec903facba 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