1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

ctype-bin.c:

Post-merge fix warning


strings/ctype-bin.c:
  Post-merge fix warning
This commit is contained in:
unknown
2007-06-06 00:22:35 +02:00
parent 4a6f4be22b
commit 12ffd574b9

View File

@ -273,7 +273,8 @@ static int my_wc_mb_bin(CHARSET_INFO *cs __attribute__((unused)),
void my_hash_sort_8bit_bin(CHARSET_INFO *cs __attribute__((unused)),
const uchar *key, uint len,ulong *nr1, ulong *nr2)
const uchar *key, size_t len,
ulong *nr1, ulong *nr2)
{
const uchar *pos = key;