mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-01 23:38:30 -04:00
[cmp] update Bled to latest
* Adds the provision of default buffer size in bled_init()
This commit is contained in:
parent
c717c7789b
commit
c47ee4c435
10 changed files with 31 additions and 20 deletions
|
@ -1283,7 +1283,7 @@ out:
|
|||
update_md5sum();
|
||||
if (archive_path != NULL) {
|
||||
uprintf("● Adding files from %s", archive_path);
|
||||
bled_init(NULL, NULL, NULL, NULL, alt_print_extracted_file, NULL);
|
||||
bled_init(256 * KB, NULL, NULL, NULL, NULL, alt_print_extracted_file, NULL);
|
||||
bled_uncompress_to_dir(archive_path, dest_dir, BLED_COMPRESSION_ZIP);
|
||||
bled_exit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue