r4977: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 16 May 2003 09:16:25 +0000 (09:16 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 16 May 2003 09:16:25 +0000 (09:16 +0000)
uffi/clsql-uffi.lisp

index c2c31cc961079dd79ba5ff59f4e2fb63add3e6c8..10f9a0216e1aee8a8738b832bcd13b235a18dba1 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: clsql-uffi.lisp,v 1.14 2003/05/16 09:14: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
 ;;;;
     (do ((i 0))
        ((= i len))
       (declare (fixnum i))
-      (setf (aref str1 i) (uffi:deref-array s '(:array :unsigned-char) i))
+      (setf (aref str i) (uffi:deref-array s '(:array :unsigned-char) i))
       (incf i))
     str))))