[macruby-changes] [300] MacRuby/trunk/objc.m

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 22 01:01:30 PDT 2008


Revision: 300
          http://trac.macosforge.org/projects/ruby/changeset/300
Author:   lsansonetti at apple.com
Date:     2008-06-22 01:01:30 -0700 (Sun, 22 Jun 2008)
Log Message:
-----------
fix for #83

Modified Paths:
--------------
    MacRuby/trunk/objc.m

Modified: MacRuby/trunk/objc.m
===================================================================
--- MacRuby/trunk/objc.m	2008-06-21 07:32:07 UTC (rev 299)
+++ MacRuby/trunk/objc.m	2008-06-22 08:01:30 UTC (rev 300)
@@ -163,7 +163,7 @@
 	    type++;
 	    buf[0] = _C_PTR;
 	    buf_len -= 1;
-	    return rb_objc_get_first_type(type, buf, buf_len);
+	    return rb_objc_get_first_type(type, &buf[1], buf_len);
     }
 
     type++;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macruby-changes/attachments/20080622/a4fe0a69/attachment.htm 


More information about the macruby-changes mailing list