r4977: Auto commit for Debian build
[clsql.git] / uffi / clsql-uffi.lisp
index bf275ba8bde10c1763a983b25df2692d1604ae9c..10f9a0216e1aee8a8738b832bcd13b235a18dba1 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: clsql-uffi.lisp,v 1.10 2003/05/16 08:07:39 kevin Exp $
+;;;; $Id: clsql-uffi.lisp,v 1.15 2003/05/16 09:16:25 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
         (str (make-string len)))
     (declare (fixnum len)
             (type (simple-array (unsigned-byte 8) (*)) str))
+    #+ignore
+    (do ((i 0))
+       ((= i len4))
+      (declare (fixnum i))
+      (setf (aref (the (simple-array (unsigned-byte 32) (*)) str) i)
+           (uffi:deref-array s '(:array :unsigned-int) i))
+      (incf i))
     (do ((i 0))
        ((= i len))
       (declare (fixnum i))