Eliminate duplicate strlen()s by explicitly calling it.
authorNicholas Clark <nick@ccl4.org>
Tue, 8 Nov 2005 20:43:11 +0000 (20:43 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 8 Nov 2005 20:43:11 +0000 (20:43 +0000)
commitf7997f866fdcafc687fbaa99dbeb48f109b2e8d8
tree541b3865d1bac5deca2518904f20189445cba75e
parent2b2a7552a15f8e825abc97e9ae95ff726e336474
Eliminate duplicate strlen()s by explicitly calling it.
Note two places for future audit with FIXME.
Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.

p4raw-id: //depot/perl@26049
pp_ctl.c