X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pp.c;h=d940d104c135e8c5654fbf7428111c34aac18a48;hb=20e8a3a35e61c7fcc6a4173969d7b685e762aef7;hp=8e2a395c42b0ef411bf2005d29b4a5e06436c61b;hpb=523f125d4a71aa467fc6a9acfe6c304944f5a5f5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pp.c b/pp.c index 8e2a395..d940d10 100644 --- a/pp.c +++ b/pp.c @@ -3180,7 +3180,7 @@ PP(pp_substr) } if (!SvOK(sv)) sv_setpvs(sv, ""); - sv_insert(sv, pos, rem, repl, repl_len); + sv_insert_flags(sv, pos, rem, repl, repl_len, 0); if (repl_is_utf8) SvUTF8_on(sv); if (repl_sv_copy)