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:
Magnus Olsen 2005-05-03 23:18:21 +00:00
parent 5255b326ec
commit 151078eab1

View file

@ -1244,7 +1244,7 @@ InstallFat16BootCodeToDisk(PWSTR SrcPath,
NULL);
Status = NtOpenFile(&FileHandle,
GENERIC_WRITE,
GENERIC_READ,
&ObjectAttributes,
&IoStatusBlock,
0,