Skip to content

Commit

Permalink
adjust indet
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Aug 28, 2002
1 parent 29966e0 commit 4c59a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,7 @@ pipe_open(pname, mode)

if (modef & FMODE_READABLE) {
fptr->f = fpr;
}
}
if (modef & FMODE_WRITABLE) {
if (fptr->f) fptr->f2 = fpw;
else fptr->f = fpw;
Expand Down

0 comments on commit 4c59a65

Please sign in to comment.