Whamcloud - gitweb
po: remove unnecessary/buggy positional parameter specifiers
authorTheodore Ts'o <tytso@mit.edu>
Sat, 13 Jul 2019 16:49:26 +0000 (12:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 13 Jul 2019 17:28:23 +0000 (13:28 -0400)
commitaa773f808379cd0167281217bdcd7f3d87ae3201
tree9cae7da6b069a69d793ffb2c40949f823d8e8eaf
parentf63a7add6b8c46f3cde32c13645626723ae9180f
po: remove unnecessary/buggy positional parameter specifiers

The strings in e2fsck/problem.c use a special %-expansion scheme,
where %b gets expanded to a block number, %i gets expanded to an inode
number, etc., where these values are in a problem context data
structure.  As such, there is no need to use a printf style positional
indicator (e.g., %2$s).  Indeed, the use of things like %1$i or %2$b
will cause the %-expansion code to just print %1$i or %2$b, instead of
the inode or block number, respectively.

Addresses-Debian-Bug: #892173

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: Philipp Thomas <pth@suse.de>
Cc: Benno Schulenberg <vertaling@coevern.nl>
Cc: Trần Ngọc Quân <vnwildman@gmail.com>
Cc: Petr Pisar <petr.pisar@atlas.cz>
po/cs.po
po/de.po
po/nl.po
po/vi.po