From: Karel Zak Date: Fri, 6 Feb 2015 09:34:06 +0000 (+0100) Subject: libfdisk: fix compiler warning X-Git-Tag: v2.26~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99923244096b6c12d622eaf8ff2de3a74364a39d;p=thirdparty%2Futil-linux.git libfdisk: fix compiler warning Signed-off-by: Karel Zak --- diff --git a/libfdisk/src/dos.c b/libfdisk/src/dos.c index de54bea123..dce9829eb1 100644 --- a/libfdisk/src/dos.c +++ b/libfdisk/src/dos.c @@ -1201,7 +1201,7 @@ static int add_partition(struct fdisk_context *cxt, size_t n, /* Don't try to be smart on very small partitions and don't * align so small sizes, just follow the resurst */ isrel = 0; - DBG(LABEL, ul_debug("DOS: don't align end os tiny partition [start=%ju, stop=%ju, grain=%ju]", + DBG(LABEL, ul_debug("DOS: don't align end os tiny partition [start=%ju, stop=%ju, grain=%lu]", start, stop, cxt->grain)); }