mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 01:15:12 -04:00
[misc] pre 1.0.3 update
* fixed remaining Clang warnings in badblocks.c and configure.ac * removed beta and updated version to 1.0.3
This commit is contained in:
parent
d59854ef4f
commit
57de1cbe40
7 changed files with 87 additions and 165 deletions
|
@ -61,6 +61,7 @@ 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