mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +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:
parent
5671dd839b
commit
7be8df8976
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ InstallFat32BootCodeToFile(
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
&IoStatusBlock,
|
&IoStatusBlock,
|
||||||
(NewBootSector + SECTORSIZE),
|
((PUCHAR)NewBootSector + SECTORSIZE),
|
||||||
SECTORSIZE,
|
SECTORSIZE,
|
||||||
&FileOffset,
|
&FileOffset,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue