From af295fc3530f18d1b1d71998977ca15e48fe8b7b Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 16 May 2003 08:51:00 +0000 Subject: [PATCH] r4975: Auto commit for Debian build --- uffi/clsql-uffi.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/uffi/clsql-uffi.lisp b/uffi/clsql-uffi.lisp index 8442395..38e4564 100644 --- a/uffi/clsql-uffi.lisp +++ b/uffi/clsql-uffi.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi.lisp,v 1.12 2003/05/16 08:44:50 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 ;;;; @@ -191,7 +191,8 @@ (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)) -- 2.34.1