Bug #539654: Correct params for recursive call inside gnc:html-table-append-column!.

Patch from Joachim Herb.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17255 57a11ea4-9604-0410-9ed3-97b8803252fd
2.4
Andreas Köhler 18 years ago
parent fead1da0b7
commit cfafaf8e57

@ -484,7 +484,8 @@
(rest-new (cdr newcol))
(rest-existing (cdr existing-data))
(rest-result (append-to-element rest-new rest-existing
(- length-to-append 1))))
(- length-to-append 1)
width-to-make)))
(cons (cons (widen-and-append
current-existing
current-new

Loading…
Cancel
Save