This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in warning code added to pp_sockpair in c289d2f7288798f8.
authorNicholas Clark <nick@ccl4.org>
Tue, 28 Dec 2010 08:19:03 +0000 (08:19 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 Dec 2010 08:22:10 +0000 (08:22 +0000)
commit87563727c783b3ada5e8ad351d78411fa539328e
treed9177e93484c804804bad3d01dc0062ac5bbe829
parentc8834ab7edb2752b04c3eaf1825541bea43ab610
Fix typo in warning code added to pp_sockpair in c289d2f7288798f8.

That should be gv2, not gv1. However, I believe that it's impossible to reach
the warning code, given the structure of the optree that the perl 5
implementation produces, as gv1 and gv2 will never be NULL, and GvIOn() will
always return non-NULL. (Or croak, but that won't return).
pp_sys.c