[前][次][番号順一覧][スレッド一覧]

ruby-changes:7180

From: akr <ko1@a...>
Date: Tue, 19 Aug 2008 01:06:05 +0900 (JST)
Subject: [ruby-changes:7180] Ruby:r18699 (trunk): fix preivous change.

akr	2008-08-19 01:05:57 +0900 (Tue, 19 Aug 2008)

  New Revision: 18699

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18699

  Log:
    fix preivous change.

  Modified files:
    trunk/io.c

Index: io.c
===================================================================
--- io.c	(revision 18698)
+++ io.c	(revision 18699)
@@ -4456,7 +4456,7 @@
 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;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]