minor bug fixes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
edbe98d848
commit
a84982e129
4
array.c
4
array.c
@ -1288,9 +1288,7 @@ delete_pos_len:
|
|||||||
goto delete_pos_len;
|
goto delete_pos_len;
|
||||||
}
|
}
|
||||||
|
|
||||||
rb_ary_delete_at(ary, NUM2LONG(arg1));
|
return rb_ary_delete_at(ary, NUM2LONG(arg1));
|
||||||
|
|
||||||
return arg2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user