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

ruby-changes:13270

From: nobu <ko1@a...>
Date: Tue, 22 Sep 2009 06:11:18 +0900 (JST)
Subject: [ruby-changes:13270] Ruby:r25031 (trunk): * process.c (run_exec_dup2): fixed type.

nobu	2009-09-22 06:08:23 +0900 (Tue, 22 Sep 2009)

  New Revision: 25031

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

  Log:
    * process.c (run_exec_dup2): fixed type.

  Modified files:
    trunk/process.c

Index: process.c
===================================================================
--- process.c	(revision 25030)
+++ process.c	(revision 25031)
@@ -1925,7 +1925,7 @@
         int oldfd;
         int newfd;
         long older_index;
-        int num_newer;
+        long num_newer;
     } *pairs = 0;
 
     n = RARRAY_LEN(ary);

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

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