[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

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