From bac57b0475a5176f403c2227dae0d7286e699a46 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 27 May 2003 21:43:41 +0000 Subject: [PATCH] r5044: *** empty log message *** --- debian/changelog | 6 ++++++ uffi/clsql-uffi.lisp | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index adc6ac3..76b3048 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (1.6.4-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Tue, 27 May 2003 15:40:07 -0600 + cl-sql (1.6.4-1) unstable; urgency=low * New upstream diff --git a/uffi/clsql-uffi.lisp b/uffi/clsql-uffi.lisp index 3f24fb8..85c15c0 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.26 2003/05/22 15:47:02 kevin Exp $ +;;;; $Id: clsql-uffi.lisp,v 1.27 2003/05/27 21:40:16 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -95,7 +95,7 @@ (declare (type char-ptr-def char-ptr)) (let ((char (uffi:ensure-char-character (uffi:deref-pointer char-ptr :char)))) - (eql char #\N))) + (char-equal char #\N))) (defun convert-raw-field (char-ptr types index) (let ((type (if (listp types) -- 2.34.1