mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[USETUP]
- Fix FAT32 boot sector pointer arithmetic - Fixes setup error when installing FAT32 boot sector to file svn path=/trunk/; revision=54280
This commit is contained in:
@@ -1088,7 +1088,7 @@ InstallFat32BootCodeToFile(
|
||||
NULL,
|
||||
NULL,
|
||||
&IoStatusBlock,
|
||||
(NewBootSector + SECTORSIZE),
|
||||
((PUCHAR)NewBootSector + SECTORSIZE),
|
||||
SECTORSIZE,
|
||||
&FileOffset,
|
||||
NULL);
|
||||
|
||||
Reference in New Issue
Block a user