[usocket-cvs] r202 - usocket/trunk

28 Feb
2007
28 Feb
'07
7:27 p.m.
Author: ehuelsmann Date: Wed Feb 28 14:27:09 2007 New Revision: 202 Modified: usocket/trunk/usocket.lisp Log: Fix sloppiness in with-server-socket implementation. Modified: usocket/trunk/usocket.lisp ============================================================================== --- usocket/trunk/usocket.lisp (original) +++ usocket/trunk/usocket.lisp Wed Feb 28 14:27:09 2007 @@ -134,7 +134,7 @@ `body' is only evaluated when `var' is bound to a non-null value. The `body' is an implied progn form." - `(with-connected-socket (var server-socket) + `(with-connected-socket (,var ,server-socket) ,@body)) (defmacro with-socket-listener ((socket-var &rest socket-listen-args)
6587
Age (days ago)
6587
Last active (days ago)
0 comments
1 participants
participants (1)
-
ehuelsmann@common-lisp.net