X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fstrings.lisp;h=f935e1bd479db0b479068a6e812432dbfebe44d9;hb=1330decaa5c85fe9eda4f8933269e2dbaae2f7a7;hp=89c41b2ec03a8ca4d240d449a134c33c92c2a2ef;hpb=3e1ab6ebfcf56e76edffaff284aca937e8152408;p=uffi.git diff --git a/src/strings.lisp b/src/strings.lisp index 89c41b2..f935e1b 100644 --- a/src/strings.lisp +++ b/src/strings.lisp @@ -347,4 +347,4 @@ that LW/CMU automatically converts strings from c-calls." (let* ((len (or len (strlen s))) (str (make-string len))) (dotimes (i len str) - (setf (schar str i) (code-char (uffi:deref-array s '(:array :byte) i)))))) + (setf (schar str i) (code-char (uffi:deref-array s '(:array :unsigned-byte) i))))))