From: Andrea Zagli Date: Tue, 30 Jun 2020 18:53:27 +0000 (+0200) Subject: No format string in g_string_append_printf (debian pkg doesn't build). X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=e51dc0f7051a279ae302e17a03d412f484d13c1d;p=zakform%2Fcgi No format string in g_string_append_printf (debian pkg doesn't build). --- diff --git a/src/formelementradio.c b/src/formelementradio.c index eaff505..310b574 100644 --- a/src/formelementradio.c +++ b/src/formelementradio.c @@ -324,7 +324,7 @@ static gchar for (i = 0; i < priv->ar_options->len; i++) { - g_string_append_printf (ret, + g_string_append_printf (ret, "%s", zak_form_cgi_form_element_radio_render_single (element, i)); }