summaryrefslogtreecommitdiff
path: root/utils.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'utils.lisp')
-rw-r--r--utils.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.lisp b/utils.lisp
index cc7dee1..fab371a 100644
--- a/utils.lisp
+++ b/utils.lisp
@@ -144,7 +144,7 @@ after another in any arbitrary order."
(format out control value)
(format out "%~A%" substring))
(setq last-match-end end))))
- (format destination (subseq date-control-string last-match-end)))))))
+ (format out (subseq date-control-string last-match-end)))))))
(defun compute-script-last-modified-date ()