diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-10-01 11:04:19 +0500 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-10-01 11:04:19 +0500 |
commit | 15075b11abdb3de1400ca460e07567907680fd11 (patch) | |
tree | fb385bb421de3319e566ad8b8c70049530591c51 /strings | |
parent | 794e1387d3c34ab21a31d3173593ef3d47a68a69 (diff) | |
download | mariadb-git-15075b11abdb3de1400ca460e07567907680fd11.tar.gz |
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.
Diffstat (limited to 'strings')
-rw-r--r-- | strings/ctype-mb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |