forgot to return a value.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-03-30 07:35:09 +00:00
parent 0ef84dcefc
commit c8ac4a209b

2
io.c
View File

@ -6392,7 +6392,7 @@ retry_sendfile:
if (copy_stream_wait_write(stp) == -1)
return -1;
if (RUBY_VM_INTERRUPTED(stp->th))
return;
return -1;
goto retry_sendfile;
}
stp->syserr = "sendfile";