Skip to content
Snippets Groups Projects
Commit ed2c68df authored by wlott's avatar wlott
Browse files

Chagned int-char to code-char.

parent fe65e90c
No related branches found
No related tags found
No related merge requests found
......@@ -502,7 +502,7 @@ harmfull will happen if called when the output buffer is empty."
(wire-force-output wire)
(setf fill-pointer 0))
(setf (schar obuf fill-pointer)
(int-char byte))
(code-char byte))
(setf (wire-obuf-end wire) (1+ fill-pointer)))
(values))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment