mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-05 09:13:47 -04:00
[core] fix MBR cleanup regression
* Commit 9dc045a701
introduced a regression on account that we didn't set the
file pointer to 0 before clearing the disk.
* This leads to the MBR not being properly cleared, with the result that Windows may in turn
produce errors when trying to repartition the disk.
* Fix this by making sure we do invoke SetFilePointerEx() before calling WriteFileWithRetry().
* Also set rufus-next to 3.17
* Also fix a MinGW warning
This commit is contained in:
parent
0b618f3de7
commit
d8a2c29a67
7 changed files with 25 additions and 22 deletions
|
@ -11,7 +11,7 @@
|
|||
<Identity
|
||||
Name="19453.net.Rufus"
|
||||
Publisher="CN=7AC86D13-3E5A-491A-ADD5-80095C212740"
|
||||
Version="3.16.1837.0" />
|
||||
Version="3.17.1838.0" />
|
||||
|
||||
<Properties>
|
||||
<DisplayName>Rufus</DisplayName>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
setlocal EnableExtensions DisableDelayedExpansion
|
||||
set VERSION=3.16
|
||||
set VERSION=3.17
|
||||
|
||||
del /q *.appx >NUL 2>&1
|
||||
del /q *.appxbundle >NUL 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue