From 25d806212806b5077a38777aaf8d5c622a8b9dd9 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 27 Oct 2006 09:34:22 +0000 Subject: top: batch mode should output all processes --- 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 adfd4d698..4749c1bd8 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 %llu is already allocated\n"), (unsigned long long)temp); + printf(_("Sector "OFF_T_FMT" is already allocated\n"), temp); temp = start; num_read = 0; } -- cgit v1.2.3