[glib: 1/2] Remove c-format from the string that is not c-formatted



commit 4fe91b63a3d3547421e0ddf1ef7c6aa6aca6a23c
Author: Yuri Chornoivan <yurchor ukr net>
Date:   Mon Jun 29 13:02:44 2020 +0000

    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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]