mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2000-03-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d8f981b972
commit
5c13dd59db
18 changed files with 129 additions and 62 deletions
2
array.c
2
array.c
|
@ -704,7 +704,7 @@ rb_ary_join(ary, sep)
|
|||
}
|
||||
break;
|
||||
default:
|
||||
result = rb_obj_as_string(tmp);
|
||||
result = rb_str_dup(rb_obj_as_string(tmp));
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue