AUDIT: r17255 - gnucash/trunk/src/report/report-system - Bug #539654: Correct params for recursive call inside gnc:html-table-append-column!.

Andreas Köhler andi5 at cvs.gnucash.org
Sat Jul 5 16:41:21 EDT 2008


Author: andi5
Date: 2008-07-05 16:41:21 -0400 (Sat, 05 Jul 2008)
New Revision: 17255
Trac: http://svn.gnucash.org/trac/changeset/17255

Modified:
   gnucash/trunk/src/report/report-system/html-table.scm
Log:
Bug #539654: Correct params for recursive call inside gnc:html-table-append-column!.

Patch from Joachim Herb.
BP


Modified: gnucash/trunk/src/report/report-system/html-table.scm
===================================================================
--- gnucash/trunk/src/report/report-system/html-table.scm	2008-07-04 00:42:00 UTC (rev 17254)
+++ gnucash/trunk/src/report/report-system/html-table.scm	2008-07-05 20:41:21 UTC (rev 17255)
@@ -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 



More information about the gnucash-changes mailing list