mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
bugfix from, tinus mailto:o112w8r02@sneakemail.com
fixining http://reactos.com/bugzilla/show_bug.cgi?id=616#c1 bug in mozila There's a small bug in usetup/bootsup.c which makes it fail formatting the disk. It tries to read the bootsector image on the cdrom for write access (which succeeds), then tries to read from the handle (which fails). svn path=/trunk/; revision=14965
This commit is contained in:
parent
5255b326ec
commit
151078eab1
1 changed files with 1 additions and 1 deletions
|
@ -1244,7 +1244,7 @@ InstallFat16BootCodeToDisk(PWSTR SrcPath,
|
|||
NULL);
|
||||
|
||||
Status = NtOpenFile(&FileHandle,
|
||||
GENERIC_WRITE,
|
||||
GENERIC_READ,
|
||||
&ObjectAttributes,
|
||||
&IoStatusBlock,
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue