mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix guile 2 stack overflow errors for large reports
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user