From 4f6068423323cea73a353e2f57885248de8389b6 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. --- regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex.c b/regex.c index 1f6b8a2c1c..18ad636523 100644 --- a/regex.c +++ b/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.30.2