projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
882162d
)
Cut-and-pasto.
Jarkko Hietaniemi [Mon, 23 Apr 2001 23:57:35 +0000 (23:57 +0000)]
p4raw-id: //depot/perl@9804
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
dc1bba1
..
13ef151
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-853,7
+853,7
@@
PerlIO_fdupopen(pTHX_ PerlIO *f)
else
{
SETERRNO(EBADF,SS$_IVCHAN);
- return -1;
+ return NULL;
}
}