From: Kevin M. Rosenberg Date: Fri, 16 May 2003 18:05:23 +0000 (+0000) Subject: r4985: Auto commit for Debian build X-Git-Tag: v3.8.6~845 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=90355937fde78da7c09ac2775280592a1c6deaac;p=clsql.git r4985: Auto commit for Debian build --- diff --git a/uffi/clsql-uffi.lisp b/uffi/clsql-uffi.lisp index 1a17f88..aa50ad4 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.16 2003/05/16 18:02:43 kevin Exp $ +;;;; $Id: clsql-uffi.lisp,v 1.17 2003/05/16 18:05:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -184,6 +184,7 @@ (declare (optimize (speed 3) (space 0) (safety 0) (compilation-speed 0)) (type char-ptr-def s)) (let* ((len (strlen s)) + (len4 (float len 4)) (str (make-string len))) (declare (fixnum len) (type (simple-array (signed-byte 32) (*)) str))