From: Karel Zak Date: Thu, 27 May 2021 08:39:58 +0000 (+0200) Subject: po: add xgettext hint for non-c-format string X-Git-Tag: v2.37~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97e2145fa44c754ab78dd20e3ca8c13df68b624;p=thirdparty%2Futil-linux.git po: add xgettext hint for non-c-format string Reported-by: Petr Pisar Signed-off-by: Karel Zak --- diff --git a/sys-utils/irq-common.c b/sys-utils/irq-common.c index 6e99c7d379..3506753947 100644 --- a/sys-utils/irq-common.c +++ b/sys-utils/irq-common.c @@ -479,6 +479,7 @@ struct libscols_table *get_scols_cpus_table(struct irq_output *out, /* per cpu % of delta */ ln = new_scols_line(table); + /* xgettext:no-c-format */ if (!ln || (!out->json && scols_line_set_data(ln, 0, _("%delta:")) != 0)) goto err;