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 #ifndef lint
#ifdef DOSCCS #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
#endif #endif
@ -744,7 +744,7 @@ dosub(void)
} }
#ifdef MB #ifdef MB
if (mb_cur_max > 1) { if (mb_cur_max > 1) {
char mb[MB_CUR_MAX+1]; char mb[MB_LEN_MAX+1];
int i, m; int i, m;
if (casecnt) if (casecnt)
c = fixcase(c & TRIM); c = fixcase(c & TRIM);