X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fstrings.lisp;h=28ff372810792b0ca77e0c51ef224154bb167189;hb=33b8a5afb55eb161ef04a1be94e6d2dca85c748c;hp=8d768e62f638311c27cf010a8c756f6bb2c1e96a;hpb=7257bec0054cabeb29c253942fac968efa0277c4;p=uffi.git diff --git a/src/strings.lisp b/src/strings.lisp index 8d768e6..28ff372 100644 --- a/src/strings.lisp +++ b/src/strings.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: strings.lisp,v 1.6 2003/03/12 21:13:18 kevin Exp $ +;;;; $Id: strings.lisp,v 1.7 2003/03/28 19:58:18 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -62,7 +62,7 @@ that LW/CMU automatically converts strings from c-calls." (defmacro free-cstring (obj) #+(or cmu sbcl scl lispworks) (declare (ignore obj)) #+allegro - `(unless (zerop obj) + `(unless (zerop ,obj) (ff:free-fobject ,obj)) #+mcl `(unless (ccl:%null-ptr-p ,obj)