Skip to content

Commit

Permalink
Fix line 257 %s
Browse files Browse the repository at this point in the history
  • Loading branch information
baimard committed Dec 2, 2020
1 parent 06ca5a2 commit d482f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ check_user_token_mysql (const char *mysql_server,
while (!mysql_stmt_fetch(stmt))
{
if(is_null)
fprintf(stdout, "%s NULL\n", is_null);
fprintf(stdout, "NULL\n");
else
{
if(otp_id != NULL){
Expand Down

0 comments on commit d482f95

Please sign in to comment.