Skip to content
Snippets Groups Projects
Commit 236396d8 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix typo in external format for utf-32.

 utf-32.lisp::
 * Fix typo.

 release-20d.txt::
 * Update.
parent 3b9e43c1
Branches
Tags
No related merge requests found
......@@ -57,6 +57,8 @@ New in this release:
returned instead.
* Some VOP costs were incorrect which prevented the fast complex
double-float multiplier from being used when sse3 is available.
* External format for UTF-32 was generating an error when
converting octets to a string.
* Trac Tickets:
* #50: Print/read error with make-pathname.
......
......@@ -38,7 +38,7 @@ By default, illegal inputs and illegal outputs are replaced by the
Unicode replacement character.")
()
(octets-to-code (state input unput code error c1 c2 c3 c4 st wd)
(octets-to-code (state input unput error code c1 c2 c3 c4 st wd)
`(block nil
(when (null ,state) (setf ,state 0))
(tagbody
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment