mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
ebc99e026d
commit
a4c09342a2
1 changed files with 2 additions and 2 deletions
4
io.c
4
io.c
|
|
@ -10314,8 +10314,8 @@ rb_io_s_pipe(int argc, VALUE *argv, VALUE klass)
|
|||
extract_binmode(opt, &fmode);
|
||||
|
||||
if ((fmode & FMODE_BINMODE) && v1 == Qnil) {
|
||||
rb_io_ascii8bit_binmode(r);
|
||||
rb_io_ascii8bit_binmode(w);
|
||||
rb_io_ascii8bit_binmode(r);
|
||||
rb_io_ascii8bit_binmode(w);
|
||||
}
|
||||
|
||||
#if DEFAULT_TEXTMODE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue