Removed unnecessary conversion
Paths in `rb_execarg_t` should have been converted already.
This commit is contained in:
parent
7a288df7b8
commit
155ab9caa6
@ -2736,8 +2736,6 @@ rb_execarg_parent_start1(VALUE execarg_obj)
|
|||||||
int fd2;
|
int fd2;
|
||||||
if (NIL_P(fd2v)) {
|
if (NIL_P(fd2v)) {
|
||||||
struct open_struct open_data;
|
struct open_struct open_data;
|
||||||
FilePathValue(vpath);
|
|
||||||
vpath = rb_str_encode_ospath(vpath);
|
|
||||||
again:
|
again:
|
||||||
open_data.fname = vpath;
|
open_data.fname = vpath;
|
||||||
open_data.oflags = flags;
|
open_data.oflags = flags;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user