mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -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
|
@ -250,7 +250,7 @@ BOOL IsCompressedBootableImage(const char* path)
|
|||
if (buf == NULL)
|
||||
return FALSE;
|
||||
FormatStatus = 0;
|
||||
bled_init(_uprintf, NULL, &FormatStatus);
|
||||
bled_init(_uprintf, NULL, NULL, NULL, &FormatStatus);
|
||||
dc = bled_uncompress_to_buffer(path, (char*)buf, MBR_SIZE, file_assoc[i].type);
|
||||
bled_exit();
|
||||
if (dc != MBR_SIZE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue