[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/29972] inconsistent format specification in singular form
From: |
bruno at clisp dot org |
Subject: |
[Bug binutils/29972] inconsistent format specification in singular form |
Date: |
Sat, 07 Jan 2023 15:18:36 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29972
--- Comment #2 from Bruno Haible <bruno at clisp dot org> ---
> Work-around: to update translated text to use PRIu64 format.
I don't know what you mean. The bug is not the translation; the bug is in the
source code that led to the POT file with this contents:
#: readelf.c:11554
#, c-format
msgid ""
"\n"
"Dynamic section at offset %#<PRIx64> contains %<PRId64> entry:\n"
msgid_plural ""
"\n"
"Dynamic section at offset %#<PRIx64> contains %<PRIu64> entries:\n"
msgstr[0] ""
msgstr[1] ""
The second argument to the C format string can be EITHER signed OR unsigned,
not both. It makes no sense for the programmer to specify that it is signed in
one case and unsigned in the other case.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug binutils/29972] New: inconsistent format specification in singular form, bugtrack at roumenpetrov dot info, 2023/01/07
- [Bug binutils/29972] inconsistent format specification in singular form, bugtrack at roumenpetrov dot info, 2023/01/07
- [Bug binutils/29972] inconsistent format specification in singular form, bugtrack at roumenpetrov dot info, 2023/01/07
- [Bug binutils/29972] inconsistent format specification in singular form,
bruno at clisp dot org <=
- [Bug binutils/29972] inconsistent format specification in singular form, bugtrack at roumenpetrov dot info, 2023/01/07
- [Bug binutils/29972] inconsistent format specification in singular form, bugtrack at roumenpetrov dot info, 2023/01/07
- [Bug binutils/29972] inconsistent format specification in singular form, bruno at clisp dot org, 2023/01/07
- [Bug binutils/29972] inconsistent format specification in singular form, amodra at gmail dot com, 2023/01/07
- [Bug binutils/29972] inconsistent format specification in singular form, cvs-commit at gcc dot gnu.org, 2023/01/07
- [Bug binutils/29972] inconsistent format specification in singular form, cvs-commit at gcc dot gnu.org, 2023/01/07
- [Bug binutils/29972] inconsistent format specification in singular form, amodra at gmail dot com, 2023/01/07