зеркало из https://github.com/github/ruby.git
Removed unnecessary conversion
Paths in `rb_execarg_t` should have been converted already.
This commit is contained in:
Родитель
7a288df7b8
Коммит
155ab9caa6
|
@ -2736,8 +2736,6 @@ rb_execarg_parent_start1(VALUE execarg_obj)
|
|||
int fd2;
|
||||
if (NIL_P(fd2v)) {
|
||||
struct open_struct open_data;
|
||||
FilePathValue(vpath);
|
||||
vpath = rb_str_encode_ospath(vpath);
|
||||
again:
|
||||
open_data.fname = vpath;
|
||||
open_data.oflags = flags;
|
||||
|
|
Загрузка…
Ссылка в новой задаче