]> git.ipfire.org Git - thirdparty/util-linux.git/commit
sfdisk: Fix format specifiers for size_t
authorThierry Reding <thierry.reding@avionic-design.de>
Wed, 19 Sep 2012 09:48:46 +0000 (11:48 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 1 Oct 2012 09:57:42 +0000 (11:57 +0200)
commit7b95409fbf26d103d198ed1647da62ea39be1e7a
treec98373a3beb4ffbc57ac819f82cdcc8f4be899c6
parent950736500c0364583c15432909eff9c8636dc74a
sfdisk: Fix format specifiers for size_t

The proper specifier for size_t is %zu. %lu will work fine on 64-bit
architectures but not on 32-bit.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
fdisks/sfdisk.c