From: Kenichi Handa Date: Tue, 24 Oct 2000 08:27:34 +0000 (+0000) Subject: (regex_compile): Fix previous change. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f6068423323cea73a353e2f57885248de8389b6;p=pspp (regex_compile): Fix previous change. --- 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))