r4975: Auto commit for Debian build
[clsql.git] / uffi / clsql-uffi.lisp
index 730bf5d6328fb0b6a97c2c1c7750e6083dcdda1d..38e4564b993cd25d112a80f6c1028779b987627c 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: clsql-uffi.lisp,v 1.11 2003/05/16 08:41:47 kevin Exp $
+;;;; $Id: clsql-uffi.lisp,v 1.13 2003/05/16 08:51:00 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
     (do ((i 0))
        ((= i len4))
       (declare (fixnum i))
-      (setf (aref str i) (uffi:deref-array s '(:array :unsigned-int) i))
+      (setf (aref (the (simple-array (unsigned-byte 32) (*)) str) i)
+           (uffi:deref-array s '(:array :unsigned-int) i))
       (incf i))
+    #+ignore
     (do ((i (* 4 len4))
         (str1 str))
        ((= i len))