X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=doop.c;h=8bff60aa0a1a3ebdcb9507e9ec25de65d4ebba35;hb=597c4554ca87aa4325a00c70a0fbb22acbfcfa07;hp=8bd7c0f4141639dc98088fcf8e714b4dc21ae65c;hpb=3788ef8ffa548a64c7425dab843bc6e906dec25c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/doop.c b/doop.c index 8bd7c0f..8bff60a 100644 --- a/doop.c +++ b/doop.c @@ -1033,7 +1033,7 @@ Perl_do_chop(pTHX_ register SV *astr, register SV *sv) s = SvPV(sv, len); if (len && !SvPOK(sv)) - s = SvPV_force(sv, len); + s = SvPV_force_nomg(sv, len); if (DO_UTF8(sv)) { if (s && len) { char * const send = s + len;