diff --git a/src/manage_sql.c b/src/manage_sql.c index eb09ea305..794e5bb8c 100644 --- a/src/manage_sql.c +++ b/src/manage_sql.c @@ -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);