aboutsummaryrefslogtreecommitdiffstats
path: root/dbrowse.scm
diff options
context:
space:
mode:
Diffstat (limited to 'dbrowse.scm')
-rwxr-xr-x[-rw-r--r--]dbrowse.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbrowse.scm b/dbrowse.scm
index 9401c6d..e56fc9b 100644..100755
--- a/dbrowse.scm
+++ b/dbrowse.scm
@@ -89,4 +89,4 @@
(newline)
((or (table 'for-each-row-in-order) (table 'for-each-row))
(lambda (row)
- (apply printf form row)))))
+ (apply printf (cons form row))))))