git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-08-31 08:18:11 +00:00
Родитель 72ee10b19c
Коммит 94f421c9c0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -932,7 +932,7 @@ rb_thread_blocking_region(
rb_thread_t *th = GET_THREAD();
if (ubf == RUBY_UBF_IO || ubf == RUBY_UBF_PROCESS) {
ubf = ubf_select;n
ubf = ubf_select;
data2 = th;
}