Skip to content

Commit

Permalink
Fix "too many arguments to format" problem -- clearly a rewrite to
Browse files Browse the repository at this point in the history
Fix "too many arguments to format" problem -- clearly a rewrite to
FORMAT from PRINC which didn't quite get edited correctly

darcs-hash:20030806094824-ed5a3-609426d89653e6da5eee2f68b030f28a01dc3be8.gz
  • Loading branch information
csr21 committed Aug 6, 2003
1 parent ba2a09d commit 2fd7aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -2593,7 +2593,7 @@
(index-incf count)
(unless (index= count last)
(write-char #\, fstream))))
(format fstream "};~%" fstream))))))
(format fstream "};~%"))))))

(defun bitmap-image (&optional plist &rest patterns)
;; Create an image containg pattern
Expand Down

0 comments on commit 2fd7aee

Please sign in to comment.