Skip to content

Commit da30515

Browse files
committed
allow creation of primary despite being out of drive letters
1 parent 3e9417f commit da30515

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

source/fdisk/cmd.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,6 @@ void Command_Line_Create_Primary_Partition( void )
212212

213213
Determine_Free_Space();
214214

215-
if ( Determine_Drive_Letters() >= 'Z' ) {
216-
/* maximum number of Logical DOS Drives installed */
217-
con_puts( "" );
218-
con_print( svarlang_str( 10, 71 ) );
219-
con_puts( "" );
220-
exit( 9 );
221-
}
222-
223215
maximum_partition_size_in_MB = Max_Pri_Part_Size_In_MB( PRIMARY );
224216

225217
maximum_possible_percentage = Convert_To_Percentage(

0 commit comments

Comments
 (0)