[usocket-cvs] r153 - usocket/trunk/backend

16 Jan
2007
16 Jan
'07
9:20 a.m.
Author: ehuelsmann Date: Tue Jan 16 03:20:00 2007 New Revision: 153 Modified: usocket/trunk/backend/lispworks.lisp Log: Fix LispWorks character :element-type. Modified: usocket/trunk/backend/lispworks.lisp ============================================================================== --- usocket/trunk/backend/lispworks.lisp (original) +++ usocket/trunk/backend/lispworks.lisp Tue Jan 16 03:20:00 2007 @@ -47,7 +47,7 @@ ;; :real-condition condition ;; :socket socket)))) -(defun socket-connect (host port &key (element-type 'character)) +(defun socket-connect (host port &key (element-type 'base-char)) (let ((hostname (host-to-hostname host)) (stream)) (setf stream
6653
Age (days ago)
6653
Last active (days ago)
0 comments
1 participants
participants (1)
-
ehuelsmann@common-lisp.net