зеркало из https://github.com/github/ruby.git
Fixed a compilation error
This commit is contained in:
Родитель
c05dd7dc85
Коммит
67f60ebb64
|
@ -113,7 +113,7 @@ rb_fiber_scheduler_make_timeout(struct timeval *timeout)
|
|||
VALUE
|
||||
rb_fiber_scheduler_timeout_raise(VALUE scheduler, VALUE timeout)
|
||||
{
|
||||
return rb_check_funcall(scheduler, id_timeout_raise, 1, timeout);
|
||||
return rb_check_funcall(scheduler, id_timeout_raise, 1, &timeout);
|
||||
}
|
||||
|
||||
VALUE
|
||||
|
|
Загрузка…
Ссылка в новой задаче