Paste number 23954: is it complaining about the length?

Index of paste annotations: 1

Paste number 23954: is it complaining about the length?
Pasted by: tritchey
When:2 years, 10 months ago
Share:Tweet this! | http://paste.lisp.org/+IHE
Channel:#lisp
Paste contents:
Raw Source | XML | Display As
The value #(40 116 101 115 116 41 10) is not of type (VECTOR (UNSIGNED-BYTE 8))

Annotations for this paste:

Annotation number 1: this is the code in ?
Pasted by: tritchey
When:2 years, 10 months ago
Share:Tweet this! | http://paste.lisp.org/+IHE#1
Paste contents:
Raw Source | Display As
       (let ((result (make-array num-read :element-type 'unsigned-byte))
	     (buffer (client-read-buffer client)))
	 (dotimes (i num-read)
	   (setf (svref result i) (sb-alien:deref buffer i)))
	 (format t "~S~%" (octets-to-string result
					    :encoding :iso-8859-1 
					    :end num-read))))

Colorize as:
Show Line Numbers
Index of paste annotations: 1

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.