discoverer: fix -Wformat-nonliteral warning

This commit is contained in:
Alessandro Decina 2013-11-04 11:17:30 +01:00
parent 2dda08478a
commit d9c39b9fe0

View file

@ -39,6 +39,7 @@ typedef struct
static void
my_g_string_append_printf (GString * str, int depth, const gchar * format, ...)
G_GNUC_PRINTF (3, 4)
{
va_list args;