Skip to content

Commit

Permalink
set cast
Browse files Browse the repository at this point in the history
  • Loading branch information
yappo committed Mar 13, 2012
1 parent b3ccc6e commit c549110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql_address_normalize.cc
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ char* address_normalize(UDF_INIT* initid, UDF_ARGS* args, char* result, unsigned

if (args->arg_count == 2)
{
is_strict_mode = *(args->args[1]);
is_strict_mode = *((long long*) args->args[1]);
} else {
is_strict_mode = 0;
}
Expand Down

0 comments on commit c549110

Please sign in to comment.