fix preivous change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d889297933
commit
20d2ecafa3
2
io.c
2
io.c
@ -4456,7 +4456,7 @@ io_set_encoding(VALUE io, VALUE opt)
|
|||||||
static VALUE
|
static VALUE
|
||||||
rb_open_file(int argc, VALUE *argv, VALUE io)
|
rb_open_file(int argc, VALUE *argv, VALUE io)
|
||||||
{
|
{
|
||||||
VALUE opt, fname, vmode, perm;
|
VALUE opt=Qnil, fname, vmode, perm;
|
||||||
const char *mode;
|
const char *mode;
|
||||||
int flags;
|
int flags;
|
||||||
unsigned int fmode;
|
unsigned int fmode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user