X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi%2Fclsql-uffi.lisp;h=85c15c0a6b721b29e2309e91e9da28b778a17da3;hb=bac57b0475a5176f403c2227dae0d7286e699a46;hp=547738c51ce9dd17137ab39e5cd8be45aa08291b;hpb=42956db30c14bddc61f715982a449ba0b85bec96;p=clsql.git diff --git a/uffi/clsql-uffi.lisp b/uffi/clsql-uffi.lisp index 547738c..85c15c0 100644 --- a/uffi/clsql-uffi.lisp +++ b/uffi/clsql-uffi.lisp @@ -1,4 +1,4 @@ -l;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; @@ -7,7 +7,7 @@ l;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi.lisp,v 1.25 2003/05/22 15:44:30 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 @@ l;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- (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)