* expand tabs.
This commit is contained in:
parent
ebc99e026d
commit
a4c09342a2
4
io.c
4
io.c
@ -10314,8 +10314,8 @@ rb_io_s_pipe(int argc, VALUE *argv, VALUE klass)
|
|||||||
extract_binmode(opt, &fmode);
|
extract_binmode(opt, &fmode);
|
||||||
|
|
||||||
if ((fmode & FMODE_BINMODE) && v1 == Qnil) {
|
if ((fmode & FMODE_BINMODE) && v1 == Qnil) {
|
||||||
rb_io_ascii8bit_binmode(r);
|
rb_io_ascii8bit_binmode(r);
|
||||||
rb_io_ascii8bit_binmode(w);
|
rb_io_ascii8bit_binmode(w);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DEFAULT_TEXTMODE
|
#if DEFAULT_TEXTMODE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user