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).
Modified: trunk/reactos/subsys/system/usetup/bootsup.c
--- trunk/reactos/subsys/system/usetup/bootsup.c 2005-05-03 21:42:35 UTC (rev 14964) +++ trunk/reactos/subsys/system/usetup/bootsup.c 2005-05-03 23:18:21 UTC (rev 14965) @@ -1244,7 +1244,7 @@
NULL); Status = NtOpenFile(&FileHandle,
- GENERIC_WRITE,
+ GENERIC_READ,
&ObjectAttributes, &IoStatusBlock, 0,