30 Sep
2009
30 Sep
'09
2:08 p.m.
Revision: 2689 http://trac.macosforge.org/projects/ruby/changeset/2689 Author: ben@tanjero.com Date: 2009-09-30 07:08:38 -0700 (Wed, 30 Sep 2009) Log Message: ----------- Fixed Set#to_a. Modified Paths: -------------- MacRuby/trunk/set.c Modified: MacRuby/trunk/set.c =================================================================== --- MacRuby/trunk/set.c 2009-09-30 06:54:51 UTC (rev 2688) +++ MacRuby/trunk/set.c 2009-09-30 14:08:38 UTC (rev 2689) @@ -291,7 +291,7 @@ static void rb_set_to_a_callback(const void *value, void *context) { - rb_ary_push((VALUE)context, (VALUE)value); + rb_ary_push((VALUE)context, (VALUE)OC2RB(value)); } static VALUE
5883
Age (days ago)
5883
Last active (days ago)
0 comments
1 participants
participants (1)
-
source_changes@macosforge.org