fix a word in managed-server

db4
Doug Coleman 2009-05-30 13:51:03 -05:00
parent f0a556f0f3
commit ecc2924eb6
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ ERROR: no-such-client username ;
<PRIVATE
: (send-client) ( seq managed-client -- )
swap output-stream>> '[ _ print flush ] with-output-stream* ;
: (send-client) ( managed-client seq -- )
[ output-stream>> ] dip '[ _ print flush ] with-output-stream* ;
PRIVATE>