From 12ffd574b9582ef243421ae2ec2ae16b67b71ff4 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 6 Jun 2007 00:22:35 +0200 Subject: [PATCH] ctype-bin.c: Post-merge fix warning strings/ctype-bin.c: Post-merge fix warning --- strings/ctype-bin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/strings/ctype-bin.c b/strings/ctype-bin.c index b24470747e6..95d97af2bfb 100644 --- a/strings/ctype-bin.c +++ b/strings/ctype-bin.c @@ -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;