mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-21 10:25:12 -04:00
[ui] fix UEFI/BIOS mode never being disabled once enabled
* Closes #635 * Also fix minor logic issue and trailing whitespaces
This commit is contained in:
parent
759599221c
commit
549bf731a6
4 changed files with 16 additions and 14 deletions
|
@ -1647,7 +1647,9 @@ DWORD WINAPI FormatThread(void* param)
|
|||
}
|
||||
RefreshDriveLayout(hPhysicalDrive);
|
||||
goto out;
|
||||
} else if (IsChecked(IDC_BADBLOCKS)) {
|
||||
}
|
||||
|
||||
if (IsChecked(IDC_BADBLOCKS)) {
|
||||
do {
|
||||
// create a log file for bad blocks report. Since %USERPROFILE% may
|
||||
// have localized characters, we use the UTF-8 API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue