From fcad7681f8a835f5c7b2093da505f46865a89d25 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 6 Apr 2010 16:56:33 +0200 Subject: fdisk: make comment more clear Signed-off-by: Denys Vlasenko --- util-linux/fdisk.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util-linux') diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 06fb7f9b0..8e133178d 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c @@ -2598,8 +2598,7 @@ move_begin(unsigned i) printf("Partition %u has no data area\n", i + 1); return; } - first = get_partition_start_from_dev_start(pe); - /* == pe->offset_from_dev_start + get_start_sect(p) */ + first = get_partition_start_from_dev_start(pe); /* == pe->offset_from_dev_start + get_start_sect(p) */ new = read_int(0 /*was:first*/, first, first + nr_sects - 1, first, "New beginning of data"); if (new != first) { sector_t new_relative = new - pe->offset_from_dev_start; -- cgit v1.2.3