[misc] set rufus-next to 3.15

* Also update DB for GRUB 2.06 binary and fix a line break when writing images
This commit is contained in:
Pete Batard 2021-06-22 19:07:25 +01:00
parent 49eefa2e03
commit 57af9e7106
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
7 changed files with 21 additions and 19 deletions

View file

@ -1638,6 +1638,7 @@ static BOOL WriteDrive(HANDLE hPhysicalDrive, BOOL bZeroDrive)
bled_init(_uprintf, NULL, sector_write, update_progress, NULL, &FormatStatus);
bled_ret = bled_uncompress_with_handles(hSourceImage, hPhysicalDrive, img_report.compression_type);
bled_exit();
uprintfs("\r\n");
if ((bled_ret >= 0) && (sec_buf_pos != 0)) {
// A disk image that doesn't end up on disk boundary should be a rare
// enough case, so we dont bother checking the write operation and