Skip to content

Commit

Permalink
allow creation of primary despite being out of drive letters
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Jan 19, 2025
1 parent 3e9417f commit da30515
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions source/fdisk/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,6 @@ void Command_Line_Create_Primary_Partition( void )

Determine_Free_Space();

if ( Determine_Drive_Letters() >= 'Z' ) {
/* maximum number of Logical DOS Drives installed */
con_puts( "" );
con_print( svarlang_str( 10, 71 ) );
con_puts( "" );
exit( 9 );
}

maximum_partition_size_in_MB = Max_Pri_Part_Size_In_MB( PRIMARY );

maximum_possible_percentage = Convert_To_Percentage(
Expand Down

0 comments on commit da30515

Please sign in to comment.