mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[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:
parent
49eefa2e03
commit
57af9e7106
7 changed files with 21 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue