mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
Fix guile 2 stack overflow errors for large reports
This commit is contained in:
parent
b1eb45ef28
commit
a48e656eee
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user