Fix guile 2 stack overflow errors for large reports

This commit is contained in:
Geert Janssens 2014-03-25 10:19:04 +01:00
parent b1eb45ef28
commit a48e656eee

View File

@ -193,8 +193,7 @@
(gnc:html-document-pop-style doc)
(gnc:html-style-table-uncompile (gnc:html-document-style doc))
(apply string-append
(gnc:html-document-tree-collapse retval))))))
(string-concatenate (gnc:html-document-tree-collapse retval))))))
(define (gnc:html-document-push-style doc style)