summaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 1f6b8a2c1ca..18ad636523c 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -2610,7 +2610,7 @@ regex_compile (pattern, size, syntax, bufp)
SET_RANGE_TABLE_WORK_AREA (range_table_work,
c2, c1);
- c1 = 377;
+ c1 = 0377;
}
}
else if (!SAME_CHARSET_P (c, c1))