mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
Remove c-format from the string that is not c-formatted
This commit is contained in:
parent
18b89c1486
commit
4fe91b63a3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user