From: Jarkko Hietaniemi Date: Mon, 23 Apr 2001 23:57:35 +0000 (+0000) Subject: Cut-and-pasto. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=440108a8b85963ad85117aadc935a091e361e26a;p=p5sagit%2Fp5-mst-13.2.git Cut-and-pasto. p4raw-id: //depot/perl@9804 --- diff --git a/perlio.c b/perlio.c index dc1bba1..13ef151 100644 --- a/perlio.c +++ b/perlio.c @@ -853,7 +853,7 @@ PerlIO_fdupopen(pTHX_ PerlIO *f) else { SETERRNO(EBADF,SS$_IVCHAN); - return -1; + return NULL; } }