This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlio.c: misuse of SvPV_nolen_const
authorFather Chrysostomos <sprout@cpan.org>
Mon, 9 Sep 2013 07:53:43 +0000 (00:53 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 9 Sep 2013 07:53:43 +0000 (00:53 -0700)
commit74622586a4d6f6d69b551f89ec40e76e36ceb464
tree146a15d500689de0e2549025e33e74907449f639
parenteaaaaa32882752f15fc0db1c73a1adbe34b49642
perlio.c: misuse of SvPV_nolen_const

SvPV_nolen_const takes only one argument and does not return
a length.
perlio.c