summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorbar@bar.mysql.r18.ru <>2003-10-01 11:04:19 +0500
committerbar@bar.mysql.r18.ru <>2003-10-01 11:04:19 +0500
commitd1ae1a1f886effb92c5a601f3ca1bc65e5a83d0b (patch)
treefb385bb421de3319e566ad8b8c70049530591c51 /strings
parent58647aa92ea7688d9287316cc5d583a387d6ad8a (diff)
downloadmariadb-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.c2
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)