util-linux/libmount
Dr. David Alan Gilbert 97c9ec9ce3 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>
2020-10-19 12:15:15 +02:00
..
docs libmount: (docs) fix typo, remove unused reference 2020-07-22 10:44:33 +02:00
python libmount: do not use pointer as an integer value 2020-09-02 12:06:18 +02:00
src libmount: Fix 0x%u usage 2020-10-19 12:15:15 +02:00
COPYING docs: use SPDX license names 2018-08-16 14:47:21 +02:00
Makemodule.am build-sys: add pylibmount 2013-08-19 14:57:21 +02:00
mount.pc.in cryptsetup: add option to use via dlopen in libmount 2020-07-07 16:43:55 +01:00