diff options
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2895,7 +2895,7 @@ Perl_pmtrans(pTHX_ OP *o, OP *expr, OP *repl) } } } - if (!del && (rlen > 0xff || tlen > 0xff)) { + if (!del) { if (j >= rlen) j = rlen - 1; else |