We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9417f commit da30515Copy full SHA for da30515
1 file changed
source/fdisk/cmd.c
@@ -212,14 +212,6 @@ void Command_Line_Create_Primary_Partition( void )
212
213
Determine_Free_Space();
214
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
220
- exit( 9 );
221
- }
222
-
223
maximum_partition_size_in_MB = Max_Pri_Part_Size_In_MB( PRIMARY );
224
225
maximum_possible_percentage = Convert_To_Percentage(
0 commit comments