mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 11:17:03 -04:00
[core] fix a regression when scanning uncompressed bootable DD images
* Closes #1206
This commit is contained in:
parent
2d99bbcd41
commit
2d99601a5f
8 changed files with 28 additions and 24 deletions
|
@ -55,9 +55,9 @@
|
|||
/*
|
||||
* Globals
|
||||
*/
|
||||
DWORD FormatStatus;
|
||||
badblocks_report report;
|
||||
static uint64_t LastRefresh;
|
||||
DWORD FormatStatus = 0;
|
||||
badblocks_report report = { 0 };
|
||||
static uint64_t LastRefresh = 0;
|
||||
static float format_percent = 0.0f;
|
||||
static int task_number = 0;
|
||||
extern const int nb_steps[FS_MAX];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue