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

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 3 13:27:41 PDT 2010


Revision: 3903
          http://trac.macosforge.org/projects/ruby/changeset/3903
Author:   lsansonetti at apple.com
Date:     2010-04-03 13:27:38 -0700 (Sat, 03 Apr 2010)
Log Message:
-----------
fixed #sysseek definition

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

Modified: MacRuby/trunk/io.c
===================================================================
--- MacRuby/trunk/io.c	2010-04-02 00:53:53 UTC (rev 3902)
+++ MacRuby/trunk/io.c	2010-04-03 20:27:38 UTC (rev 3903)
@@ -4594,7 +4594,7 @@
     rb_objc_define_method(rb_cIO, "isatty", rb_io_isatty, 0);
     rb_objc_define_method(rb_cIO, "tty?", rb_io_isatty, 0);
     rb_objc_define_method(rb_cIO, "binmode",  rb_io_binmode_m, 0);
-    rb_objc_define_method(rb_cIO, "sysseek", rb_io_seek, -1);
+    rb_objc_define_method(rb_cIO, "sysseek", rb_io_seek_m, -1);
 
     rb_objc_define_method(rb_cIO, "ioctl", rb_io_ioctl, -1);
     rb_objc_define_method(rb_cIO, "fcntl", rb_io_fcntl, -1);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100403/d60e994e/attachment.html>


More information about the macruby-changes mailing list