Skip to content

Commit

Permalink
Fix: Use specifier for sql_giveup
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored Jun 15, 2023
2 parents 51d93ce + 674a54d commit 36d8dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage_sql.c
Original file line number Diff line number Diff line change
Expand Up @@ -24243,7 +24243,7 @@ cache_report_counts (report_t report, int override, int min_qod,
if (i)
{
g_string_append_printf (insert, ";");
ret = sql_giveup (insert->str);
ret = sql_giveup ("%s", insert->str);
if (ret)
{
g_string_free (insert, TRUE);
Expand Down

0 comments on commit 36d8dfb

Please sign in to comment.