summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2020-07-01 10:06:53 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2020-07-01 10:06:53 +0000
commit99f87d176d636db5afb383d798edc285f03e640f (patch)
treeeb3cc9999b3ae3038acbc4e938d9433401d2ee23
parentf77c75a1bb37865348bd384bccea3d45f7da77c6 (diff)
parent4fe91b63a3d3547421e0ddf1ef7c6aa6aca6a23c (diff)
downloadglib-99f87d176d636db5afb383d798edc285f03e640f.tar.gz
Merge branch 'patch-1' into 'master'
Remove c-format from the string that is not c-formatted See merge request GNOME/glib!1555
-rw-r--r--glib/guri.c1
1 files changed, 1 insertions, 0 deletions
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;