mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 01:15:12 -04:00
[ui] improve the allowed cluster sizes
* follow what MS/FormatEx actually allow * closes #15 * also fixed potential empty selection in cluster size dropdown * also improved Local Group Policy handling
This commit is contained in:
parent
72485b7568
commit
d59854ef4f
4 changed files with 110 additions and 69 deletions
|
@ -61,7 +61,6 @@ static BOOLEAN __stdcall FormatExCallback(FILE_SYSTEM_CALLBACK_COMMAND Command,
|
|||
|
||||
switch(Command) {
|
||||
case FCC_PROGRESS:
|
||||
// TODO: send this percentage to the status bar
|
||||
percent = (DWORD*)pData;
|
||||
PrintStatus(0, "Formatting: %d%% completed.\n", *percent);
|
||||
// uprintf("%d percent completed.\n", *percent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue