diff src/regex.c @ 32805:112b31ea0526

(regex_compile): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Tue, 24 Oct 2000 08:27:34 +0000
parents 45c2b9e0aa68
children 2a7f61d7ae12
line wrap: on
line diff
--- a/src/regex.c	Tue Oct 24 08:10:27 2000 +0000
+++ b/src/regex.c	Tue Oct 24 08:27:34 2000 +0000
@@ -2610,7 +2610,7 @@
 			    
 			    SET_RANGE_TABLE_WORK_AREA (range_table_work,
 						       c2, c1);
-			    c1 = 377;
+			    c1 = 0377;
 			  }
 		      }
 		    else if (!SAME_CHARSET_P (c, c1))