We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1472a63 commit 18bd576Copy full SHA for 18bd576
source/fdisk/display.c
@@ -225,7 +225,7 @@ void Display_CL_Partition_Table( void )
225
/* NLS:Largest continious free space for primary partition */
226
con_printf( svarlang_str( 9, 5 ), Max_Pri_Free_Space_In_MB() );
227
228
- if ( !pDrive->ext_usable ) {
+ if ( pDrive->ptr_ext_part && !pDrive->ext_usable ) {
229
/* NLS:No usable extended partition found. */
230
con_print( svarlang_str( 8, 7 ) );
231
return;
0 commit comments