ctype-mb.c:

Stupid typo. Led to compilation failure with non-gcc compilers.
This commit is contained in:
bar@bar.mysql.r18.ru 2003-10-01 11:04:19 +05:00
commit d1ae1a1f88

View file

@ -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)