]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: Fix 0x%u usage
authorDr. David Alan Gilbert <dave@treblig.org>
Sat, 17 Oct 2020 12:05:34 +0000 (13:05 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 13 Nov 2020 11:31:31 +0000 (12:31 +0100)
commit7a565574a1955aaa35c5b95dd90583c93986417a
treef1be227abe54be5dc388fbb81bfe8b71438a3eec
parent4fa74fd647ad5b6fa162298cfea5f600a5cd19c4
libmount: Fix 0x%u usage

There's a couple of places which use varients on "0x%u" in format strings;
that's almost always wrong - you either want 0x%x or just %u.  In libmount's
case it's flags, so I'm assuming the intention really is hex.  In the ja.po
case it's %u in the original msgid.

Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
libmount/src/optstr.c
po/ja.po