[Openmcl-devel] Re: ipaddr-to-dotted
Kevin Rosenberg
kevin at rosenberg.net
Thu Nov 21 17:07:07 PST 2002
John DeSoi wrote:
> I have not looked into it. I would keep the redefined function until
> we can verify that nil is no longer coming from the logging function.
What I've done in CVS is to stop importing ccl:ipaddr-to-dotted and to
define
(defun ipaddr-to-dotted (ipaddr &key values)
(unless (null ipaddr)
(ccl:ipaddr-to-dotted ipaddr values)))
Are you okay with that?
--
Kevin Rosenberg | .''`. ** Debian GNU/Linux **
http://b9.com/debian.html | : :' : The universal
GPG signed and encrypted | `. `' Operating System
messages accepted. | `- http://www.debian.org/
_______________________________________________
Openmcl-devel mailing list
Openmcl-devel at clozure.com
http://clozure.com/cgi-bin/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list