Commit 15075b11 authored by unknown's avatar unknown

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.
parent 794e1387
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment