From: ueno Date: Thu, 11 Aug 2005 03:54:54 +0000 (+0000) Subject: Fixed. X-Git-Tag: channel-coding-branchpoint~170 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=91904ea84cfc737f6054735b53a9f8d08676ad1d;p=elisp%2Friece.git Fixed. --- diff --git a/lisp/rubyserv.rb b/lisp/rubyserv.rb index 5fa85de..cc29694 100644 --- a/lisp/rubyserv.rb +++ b/lisp/rubyserv.rb @@ -60,7 +60,7 @@ class RubyServ end def dispatch_eval(c, r) - r = deq_data unless r + r = deq_data if r.empty? name = nil Thread.exclusive do while @thr.include?(name = @cnt.to_s)