mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 11:44:42 +08:00
When initial setup is running it asks to press enter to format the drive, then
it displays the exact same message again before finally formatting the drive. Thanks Colin_Finck. See issue #1964 for more details. svn path=/trunk/; revision=26155
This commit is contained in:
@@ -2210,7 +2210,6 @@ FormatPartitionPage (PINPUT_RECORD Ir)
|
||||
PartEntry->PartInfo[0].PartitionType = PARTITION_FAT32_XINT13;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
else if (!FileSystemList->Selected->FormatFunc)
|
||||
return QUIT_PAGE;
|
||||
|
||||
Reference in New Issue
Block a user