1
0
Fork 0
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:
matz 2000-03-17 08:58:21 +00:00
parent d8f981b972
commit 5c13dd59db
18 changed files with 129 additions and 62 deletions

View file

@ -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;
}