summaryrefslogtreecommitdiff
path: root/pcre_study.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcre_study.c')
-rw-r--r--pcre_study.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcre_study.c b/pcre_study.c
index 4914c62..41ed829 100644
--- a/pcre_study.c
+++ b/pcre_study.c
@@ -577,7 +577,10 @@ return p + 1;
#ifdef COMPILE_PCRE16
if (c > 0xff)
+ {
c = 0xff;
+ caseless = FALSE;
+ }
SET_BIT(c);
#ifdef SUPPORT_UTF