1 From a4857911ece5ebfcdef42aee4c070eb216f39597 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= <anibal.limon@linux.intel.com>
3 Date: Fri, 13 May 2016 11:40:13 -0500
4 Subject: [PATCH] modules/files.c: parse_field fix string formating in
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
12 Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
14 Upstream-Status: Pending
16 modules/files.c | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
19 diff --git a/modules/files.c b/modules/files.c
20 index 4ef0a57..35eafc9 100644
23 @@ -534,7 +534,7 @@ parse_field(const struct format_specifier *format, GValue *value,
26 g_assert(err != NULL);
27 - g_warning(lu_strerror(err));
28 + g_warning(lu_strerror(err), NULL);