X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=uffi%2Fclsql-uffi.lisp;h=85c15c0a6b721b29e2309e91e9da28b778a17da3;hp=3f24fb800f696da3c03aeb7aa9ea5129e18419da;hb=bac57b0475a5176f403c2227dae0d7286e699a46;hpb=b7fc1f9a501315d8dff4c30668af59be2049bcd4 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)