]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
po: add xgettext hint for non-c-format string
authorKarel Zak <kzak@redhat.com>
Thu, 27 May 2021 08:39:58 +0000 (10:39 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 27 May 2021 08:39:58 +0000 (10:39 +0200)
Reported-by: Petr Pisar <petr.pisar@atlas.cz>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/irq-common.c

index 6e99c7d37963e689053f326025111662035867b3..3506753947011e897a3779bd92a02fe5d56ec8f7 100644 (file)
@@ -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;