зеркало из https://github.com/github/ruby.git
Fixed by [Bug #18964]
This commit is contained in:
Родитель
99116da7f0
Коммит
35c794b26d
3
file.c
3
file.c
|
@ -4090,9 +4090,6 @@ static VALUE
|
|||
str_shrink(VALUE str)
|
||||
{
|
||||
rb_str_resize(str, RSTRING_LEN(str));
|
||||
// expand_path on Windows can sometimes mutate the string
|
||||
// without clearing its coderange
|
||||
ENC_CODERANGE_CLEAR(str);
|
||||
return str;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче