diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-28 12:37:16 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-28 12:37:16 +0000 |
commit | 8389913151c2b77ce333a69a288e6c1349b6f981 (patch) | |
tree | 8fa1fa4abeb29eb5ca5829a084a07fae55bc679b /util-linux/fdisk.c | |
parent | 155a25478340968f01da4c24c144600f910c323f (diff) | |
download | busybox-w32-8389913151c2b77ce333a69a288e6c1349b6f981.tar.gz busybox-w32-8389913151c2b77ce333a69a288e6c1349b6f981.tar.bz2 busybox-w32-8389913151c2b77ce333a69a288e6c1349b6f981.zip |
ls: cleanup part 1
git-svn-id: svn://busybox.net/trunk/busybox@16463 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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 74f63a957..e47406b3c 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_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 | } |