mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-23 03:06:56 -04:00
[cmp] upgrade Bled to latest
This commit is contained in:
parent
72cfb89154
commit
c1613ab7fc
9 changed files with 36 additions and 18 deletions
|
@ -2262,7 +2262,7 @@ static BOOL WriteDrive(HANDLE hPhysicalDrive, HANDLE hSourceImage)
|
|||
|
||||
if (img_report.compression_type != BLED_COMPRESSION_NONE) {
|
||||
uprintf("Writing compressed image...");
|
||||
bled_init(_uprintf, update_progress, &FormatStatus);
|
||||
bled_init(_uprintf, NULL, NULL, update_progress, &FormatStatus);
|
||||
bled_ret = bled_uncompress_with_handles(hSourceImage, hPhysicalDrive, img_report.compression_type);
|
||||
bled_exit();
|
||||
if ((bled_ret < 0) && (SCODE_CODE(FormatStatus) != ERROR_CANCELLED)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue