This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct logic error in PerlIOStdio_close() - 0 is an acceptable value
authorNicholas Clark <nick@ccl4.org>
Wed, 12 Mar 2008 11:46:17 +0000 (11:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 12 Mar 2008 11:46:17 +0000 (11:46 +0000)
commit1d791a44a46c93b2808774b83d9ca1f346372145
tree68c3ccc8e38a6a0db41179f1b9bb06b951e31f32
parent89e382121886b3fe97bf9b7381d1b1849bea6bda
Correct logic error in PerlIOStdio_close() - 0 is an acceptable value
from dup(), so it can't also be the "don't do anything later" value.

p4raw-id: //depot/perl@33491
perlio.c