summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index f721f06cba..5623e146ad 100644
--- a/op.c
+++ b/op.c
@@ -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