Skip to content

Commit

Permalink
compilation failure on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Golubchik committed Sep 7, 2014
1 parent 9f0bdda commit bab6dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strings/ctype.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ my_string_metadata_get_mb(MY_STRING_METADATA *metadata,
*/
void
my_string_metadata_get(MY_STRING_METADATA *metadata,
CHARSET_INFO *cs, const char *str, ulong length)
CHARSET_INFO *cs, const char *str, size_t length)
{
if (cs->mbmaxlen == 1 && !(cs->state & MY_CS_NONASCII))
{
Expand Down

0 comments on commit bab6dab

Please sign in to comment.