1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

- compile fix for regex/regcomp.c spotted on Mac OS X

(too few arguments)
This commit is contained in:
lenz@mysql.com
2004-06-15 12:58:58 +02:00
parent b9f2b34200
commit 9d788778a0

View File

@@ -884,7 +884,7 @@ int ch;
register char *oldend = p->end;
char bracket[3];
assert(othercase(ch) != ch); /* p_bracket() would recurse */
assert(othercase(p->charset, ch) != ch); /* p_bracket() would recurse */
p->next = bracket;
p->end = bracket+2;
bracket[0] = ch;