]> err.no Git - util-linux/commit
libblkid: fix display of device size
authorKarel Zak <kzak@redhat.com>
Wed, 10 Mar 2010 10:08:01 +0000 (11:08 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 10 Mar 2010 11:54:08 +0000 (12:54 +0100)
commitbe21abb8a6e480cec2f4fbd454a90e59c10e85bc
tree3888860812d4748ae917133ebd51407951c95ea7
parentc326223c7b20a367f634de07997e186092d7cb0f
libblkid: fix display of device size

blkid_loff_t is int64 so use %jd not %zd in debug

Reported-by: Pascal Terjan <pterjan@mandriva.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
shlibs/blkid/src/probe.c