[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:
Pete Batard 2011-12-12 21:14:33 +00:00
parent d59854ef4f
commit 57de1cbe40
7 changed files with 87 additions and 165 deletions

View file

@ -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);