From 4fe91b63a3d3547421e0ddf1ef7c6aa6aca6a23c Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 29 Jun 2020 13:02:44 +0000 Subject: [PATCH] Remove c-format from the string that is not c-formatted --- glib/guri.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glib/guri.c b/glib/guri.c index 5b3b721a6..859c4a482 100644 --- a/glib/guri.c +++ b/glib/guri.c @@ -260,6 +260,7 @@ uri_decoder (gchar **out, if (flags & G_URI_FLAGS_PARSE_STRICT) { g_set_error_literal (error, G_URI_ERROR, parse_error, + /* xgettext: no-c-format */ _("Invalid %-encoding in URI")); g_free (decoded); return -1;