r5044: *** empty log message ***
[clsql.git] / uffi / clsql-uffi.lisp
index 3f24fb800f696da3c03aeb7aa9ea5129e18419da..85c15c0a6b721b29e2309e91e9da28b778a17da3 100644 (file)
@@ -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)