Skip to content
Permalink
Browse files
Make Win compiler happy.
  • Loading branch information
Alexey Botchkov committed Apr 28, 2019
1 parent a529188 commit bb4f4b3
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;

0 comments on commit bb4f4b3

Please sign in to comment.