1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

*** empty log message ***

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@26 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1998-01-19 05:37:15 +00:00
parent adc7c78fa2
commit 0205517a8c

2
io.c
View file

@ -1001,7 +1001,7 @@ pipe_open(pname, mode)
break;
default: /* parent */
if (pid > 0) rb_sys_fail(0);
if (pid < 0) rb_sys_fail(pname);
else {
NEWOBJ(port, struct RFile);
OBJSETUP(port, cIO, T_FILE);