[macruby-changes] [692] MacRuby/trunk/io.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 31 17:14:37 PDT 2008


Revision: 692
          http://trac.macosforge.org/projects/ruby/changeset/692
Author:   lsansonetti at apple.com
Date:     2008-10-31 17:14:37 -0700 (Fri, 31 Oct 2008)
Log Message:
-----------
trop de chars

Modified Paths:
--------------
    MacRuby/trunk/io.c

Modified: MacRuby/trunk/io.c
===================================================================
--- MacRuby/trunk/io.c	2008-10-31 22:59:27 UTC (rev 691)
+++ MacRuby/trunk/io.c	2008-11-01 00:14:37 UTC (rev 692)
@@ -4205,7 +4205,7 @@
 
     RB_GC_GUARD(fname) = rb_str_new4(fname);
     path = RSTRING_PTR(fname);
-    fd = rb_sysopen((char *)(char *)(char *)(char *)(char *)(char *)(char *)(char *)(char *)path, flags, fmode);
+    fd = rb_sysopen((char *)path, flags, fmode);
     return INT2NUM(fd);
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20081031/bc1cb50e/attachment.html>


More information about the macruby-changes mailing list