From 90355937fde78da7c09ac2775280592a1c6deaac Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 16 May 2003 18:05:23 +0000 Subject: [PATCH] r4985: Auto commit for Debian build --- uffi/clsql-uffi.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.34.1