From 15075b11abdb3de1400ca460e07567907680fd11 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 1 Oct 2003 11:04:19 +0500 Subject: [PATCH] ctype-mb.c: Stupid typo. Led to compilation failure with non-gcc compilers. strings/ctype-mb.c: Stupid typo. Led to compilation failure with non-gcc compilers. --- strings/ctype-mb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings/ctype-mb.c b/strings/ctype-mb.c index dd6fbee8e17..813a33fd229 100644 --- a/strings/ctype-mb.c +++ b/strings/ctype-mb.c @@ -307,7 +307,7 @@ uint my_instr_mb(CHARSET_INFO *cs, { if (nmatch) { - match[0].beg= big0; + match[0].beg= 0; match[0].end= big-big0; match[0].mblen= res; if (nmatch > 1)