#2596 client C code does not use indexed format specifiers in i18n strings
Closed: Fixed None Opened 12 years ago by jdennis.

Translators need to reorder messages to suit the needs of the target language. The conventional positional format specifiers (e.g. %s %d) do not permit reordering because their order is tied to the ordering of the arguments to the printf function. The fix is to use indexed format specifiers.

This requirement was added to the C coding standards on our Wiki.


Patch submitted

[PATCH 69] Use indexed format specifiers in i18n strings

Metadata Update from @jdennis:
- Issue assigned to jdennis
- Issue set to the milestone: FreeIPA 2.2 Core Effort - 2012/04

7 years ago

Login to comment on this ticket.

Metadata