mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:25:52 +00:00
[freeldr] Partition numbers are 1 based
svn path=/trunk/; revision=43123
This commit is contained in:
parent
ac46db36ce
commit
3287d9f0c1
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ GetHarddiskIdentifier(PCHAR Identifier,
|
||||||
FsRegisterDevice(ArcName, &DiskVtbl);
|
FsRegisterDevice(ArcName, &DiskVtbl);
|
||||||
|
|
||||||
/* Add partitions */
|
/* Add partitions */
|
||||||
i = 0;
|
i = 1;
|
||||||
DiskReportError(FALSE);
|
DiskReportError(FALSE);
|
||||||
while (MachDiskGetPartitionEntry(DriveNumber, i, &PartitionTableEntry))
|
while (MachDiskGetPartitionEntry(DriveNumber, i, &PartitionTableEntry))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue