From f1cb1ce4e76ca13c9eb0bf8cfb4a51bd9f5a58c1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 29 May 2010 04:20:25 +0000 Subject: WriterThreadSpawn: fix stupid local variable error --- lib/rainbows/writer_thread_spawn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rainbows/writer_thread_spawn.rb b/lib/rainbows/writer_thread_spawn.rb index 1d0cfa0..95a04c0 100644 --- a/lib/rainbows/writer_thread_spawn.rb +++ b/lib/rainbows/writer_thread_spawn.rb @@ -106,7 +106,7 @@ module Rainbows CUR.delete_if do |t,q| q << nil G.tick - t.alive? ? thr.join(0.01) : true + t.alive? ? t.join(0.01) : true end until CUR.empty? end end -- cgit v1.2.3-24-ge0c7