Commit bb4f4b3a authored by Alexey Botchkov's avatar Alexey Botchkov

Make Win compiler happy.

parent a529188e
......@@ -2660,7 +2660,7 @@ static int check_users(void *save, struct st_mysql_value *value,
error_header();
fprintf(stderr,
"server_audit_%s_users value can't be longer than %ld characters.\n",
name, s);
name, (long int) s);
return 1;
}
*((const char**)save)= users;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment