From cf30cc82a343802b601f01ae153916887f11eb7b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 24 Nov 2006 14:53:18 +0000 Subject: header_verbose_list: stop truncating file size in listing --- util-linux/fdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/fdisk.c') diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index bd2f1e87f..74c7710da 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"d is already allocated\n"), temp); temp = start; num_read = 0; } -- cgit v1.2.3