View | Details | Raw Unified | Return to bug 26925
Collapse All | Expand All

(-)a/plugins/dos/segs.c (-1 / +1 lines)
Lines 3231-3237 int create_logical_partition( LOGICALDISK *ld, DISKSEG *seg, DLA_Entry *dla, DIS Link Here
3231
		 * segment into the LIST.
3231
		 * segment into the LIST.
3232
		 */
3232
		 */
3233
		if (split_logical_drive == FALSE) {
3233
		if (split_logical_drive == FALSE) {
3234
			seg->start  = ebr->start + ebr->size;
3234
			seg->start  = round_up_to_min_boundary(ebr->start + ebr->size);
3235
			seg->size   = seg_end - seg->start + 1;
3235
			seg->size   = seg_end - seg->start + 1;
3236
		}
3236
		}
3237
3237

Return to bug 26925