mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
19991018
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
80c343807d
commit
a438c908aa
4 changed files with 14 additions and 2 deletions
2
io.c
2
io.c
|
@ -2627,7 +2627,7 @@ rb_io_ctl(io, req, arg, io_p)
|
|||
int io_p;
|
||||
{
|
||||
#if !defined(MSDOS) && !defined(__human68k__)
|
||||
int cmd = NUM2INT(req);
|
||||
int cmd = NUM2ULONG(req);
|
||||
OpenFile *fptr;
|
||||
int len = 0;
|
||||
int fd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue