Skip to content

Commit

Permalink
Replaced erroneous &key with &aux.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcostanza committed Feb 4, 2015
1 parent 43627a2 commit fb8e8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io-utils.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@

#+lispworks
(progn
(defun writestr (out string &key (end (length string)))
(defun writestr (out string &aux (end (length string)))
"Write a base-string to an output stream."
(declare (buffered-stream out) (base-string string) (fixnum end) #.*optimization*)
(multiple-value-bind (string* start) (unwrap-displaced-array string)
Expand Down

0 comments on commit fb8e8bb

Please sign in to comment.