diff options
author | bar@bar.mysql.r18.ru <> | 2003-10-01 11:04:19 +0500 |
---|---|---|
committer | bar@bar.mysql.r18.ru <> | 2003-10-01 11:04:19 +0500 |
commit | d1ae1a1f886effb92c5a601f3ca1bc65e5a83d0b (patch) | |
tree | fb385bb421de3319e566ad8b8c70049530591c51 /strings | |
parent | 58647aa92ea7688d9287316cc5d583a387d6ad8a (diff) | |
download | mariadb-git-d1ae1a1f886effb92c5a601f3ca1bc65e5a83d0b.tar.gz |
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) |