diff options
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |