[gnome-builder] Mark string as no-c-format



commit 08313e629ee5ee91e71d7727eb252c506cf33ae1
Author: Marek Černocký <marek manet cz>
Date:   Sat Jan 2 12:16:07 2016 +0100

    Mark string as no-c-format

 libide/ide-uri.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libide/ide-uri.c b/libide/ide-uri.c
index 166288e..dd1f1c8 100644
--- a/libide/ide-uri.c
+++ b/libide/ide-uri.c
@@ -169,6 +169,7 @@ uri_decoder (const gchar       *part,
               if (flags & IDE_URI_PARSE_STRICT)
                 {
                   g_set_error_literal (error, IDE_URI_ERROR, parse_error,
+                                       /* xgettext: no-c-format */
                                        _("Invalid %-encoding in URI"));
                   g_free (decoded);
                   return FALSE;


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