75
76
+ start = part->geom.start;
76
77
+ end = oldend = part->geom.end;
77
+ if (!command_line_get_sector (_("End?"), *dev, &end, &range_end))
79
+ if (!command_line_get_sector (_("End?"), *dev, &end, &range_end, &end_input))
81
+ _adjust_end_if_iec(&start, &end, range_end, end_input);
79
83
+ /* Do not move start of the partition */
80
84
+ constraint = constraint_from_start_end_fixed_start (*dev, start, range_end);
81
85
+ if (!ped_disk_set_partition_geom (disk, part, constraint,