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:
akr 2008-08-18 16:05:57 +00:00
parent d889297933
commit 20d2ecafa3

2
io.c
View File

@ -4456,7 +4456,7 @@ io_set_encoding(VALUE io, VALUE opt)
static VALUE
rb_open_file(int argc, VALUE *argv, VALUE io)
{
VALUE opt, fname, vmode, perm;
VALUE opt=Qnil, fname, vmode, perm;
const char *mode;
int flags;
unsigned int fmode;