summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorNikola Knezevic <indy@tesla.rcub.bg.ac.yu>2002-04-03 13:13:30 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-03 13:49:11 +0000
commit6795a346dd967331b0b6120505d98d9c47937054 (patch)
tree0357df2b7f128b6b8bc9f4f40d1b7063e7fa2c29 /regexec.c
parente4f9f4fe1c8aa755cea4aa44a654a48a69bd4e06 (diff)
downloadperl-6795a346dd967331b0b6120505d98d9c47937054.tar.gz
regexec.c
Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@15701
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 29b870436a..4380fd8916 100644
--- a/regexec.c
+++ b/regexec.c
@@ -1015,7 +1015,7 @@ S_find_byclass(pTHX_ regexp * prog, regnode *c, char *s, char *strend, char *sta
c1 = *(U8*)m;
c2 = PL_fold_locale[c1];
do_exactf:
- e = HOP3c(strend, -ln, s);
+ e = HOP3c(strend, -(I32)ln, s);
if (norun && e < s)
e = s; /* Due to minlen logic of intuit() */