From 27aadd8bf68ca166cb4f83aa3ed72d69f1bfba2e Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 13 Feb 2014 21:36:43 +0100 Subject: libfdisk: avoid two compiler warnings about wrong print formats Signed-off-by: Benno Schulenberg --- libfdisk/src/dos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libfdisk/src/dos.c') diff --git a/libfdisk/src/dos.c b/libfdisk/src/dos.c index 20807a315..be73b805d 100644 --- a/libfdisk/src/dos.c +++ b/libfdisk/src/dos.c @@ -324,7 +324,7 @@ static void dos_init(struct fdisk_context *cxt) fdisk_warnx(cxt, _("The size of this disk is %s (%ju bytes). DOS " "partition table format can not be used on drives for " - "volumes larger than %ju bytes for %lu-byte " + "volumes larger than %lu bytes for %lu-byte " "sectors. Use GUID partition table format (GPT)."), szstr, bytes, UINT_MAX * cxt->sector_size, -- cgit v1.2.3-55-g7522