From 5c7596058dedb99ab0fbe773cc7ac61a2ffe9fbf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 28 Oct 2006 12:37:16 +0000 Subject: ls: cleanup part 1 --- util-linux/fdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 74f63a957..e47406b3c 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c @@ -2277,7 +2277,7 @@ add_partition(int n, int sys) if (start > limit) break; if (start >= temp+units_per_sector && num_read) { - printf(_("Sector "OFF_FMT" is already allocated\n"), temp); + printf(_("Sector %"OFF_FMT" is already allocated\n"), temp); temp = start; num_read = 0; } -- cgit v1.2.3