diff options
-rw-r--r-- | util-linux/fdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 4749c1bd8..74f63a957 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -2277,7 +2277,7 @@ add_partition(int n, int sys) | |||
2277 | if (start > limit) | 2277 | if (start > limit) |
2278 | break; | 2278 | break; |
2279 | if (start >= temp+units_per_sector && num_read) { | 2279 | if (start >= temp+units_per_sector && num_read) { |
2280 | printf(_("Sector "OFF_T_FMT" is already allocated\n"), temp); | 2280 | printf(_("Sector "OFF_FMT" is already allocated\n"), temp); |
2281 | temp = start; | 2281 | temp = start; |
2282 | num_read = 0; | 2282 | num_read = 0; |
2283 | } | 2283 | } |