From 99923244096b6c12d622eaf8ff2de3a74364a39d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 6 Feb 2015 10:34:06 +0100 Subject: [PATCH] libfdisk: fix compiler warning Signed-off-by: Karel Zak --- libfdisk/src/dos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 2.47.3