[cmp] upgrade Bled to latest

This commit is contained in:
Pete Batard 2019-12-27 00:19:48 +01:00
parent 72cfb89154
commit c1613ab7fc
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
9 changed files with 36 additions and 18 deletions

View file

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