From: Kevin M. Rosenberg Date: Fri, 16 May 2003 18:07:37 +0000 (+0000) Subject: r4986: Auto commit for Debian build X-Git-Tag: v3.8.6~844 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=83d16825203f6603f6a32fe204e31b5c7bb82be9;p=clsql.git r4986: Auto commit for Debian build --- diff --git a/uffi/clsql-uffi.lisp b/uffi/clsql-uffi.lisp index aa50ad4..d3b051c 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.17 2003/05/16 18:05:23 kevin Exp $ +;;;; $Id: clsql-uffi.lisp,v 1.18 2003/05/16 18:07:37 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -184,7 +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)) + (len4 (floor len 4)) (str (make-string len))) (declare (fixnum len) (type (simple-array (signed-byte 32) (*)) str))