From 333526e0f4a3ea95dcc6a98b26238d27670c1818 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 24 Oct 2000 08:27:34 +0000 Subject: [PATCH] (regex_compile): Fix previous change. --- src/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2