From 5715cdd71fcb4e5d1b817704c4e421b74eac672a Mon Sep 17 00:00:00 2001 From: vda Date: Fri, 27 Oct 2006 09:34:22 +0000 Subject: top: batch mode should output all processes git-svn-id: svn://busybox.net/trunk/busybox@16455 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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-55-g6feb