This commit is contained in:
Gunnar Ritter 2005-02-20 16:04:13 +00:00
parent 412a50455a
commit a2e6b9bf06
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
#ifndef lint
#ifdef DOSCCS
static char sccsid[] = "@(#)ex_re.c 1.52 (gritter) 2/20/05";
static char sccsid[] = "@(#)ex_re.c 1.53 (gritter) 2/20/05";
#endif
#endif
@ -744,7 +744,7 @@ dosub(void)
}
#ifdef MB
if (mb_cur_max > 1) {
char mb[MB_CUR_MAX+1];
char mb[MB_LEN_MAX+1];
int i, m;
if (casecnt)
c = fixcase(c & TRIM);