Avoid calling SvEND() when SvPOKp() is not true.
authorNicholas Clark <nick@ccl4.org>
Mon, 28 May 2007 18:50:23 +0000 (18:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 28 May 2007 18:50:23 +0000 (18:50 +0000)
commit97a130b8b0fa8d8140557e69a9e14fac65a7f46b
treed2507ef5622415b756d2389db846eaf8a9e68e77
parentd5e42f17c71f99f82d37df614fae14860e641488
Avoid calling SvEND() when SvPOKp() is not true.
Remove an unneeded duplicate SvCUR_set() in Perl_sv_2pv_flags().

p4raw-id: //depot/perl@31295
sv.c