Skip to content

Commit

Permalink
Fixed EBR.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymekk44 committed May 2, 2024
1 parent a45d515 commit 41398e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Cosmos.HAL2/BlockDevice/EBR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public EBR(byte[] aEBR)
ParsePartition(aEBR, 462);
}

protected void ParsePartition(byte[] aEBR, int aLoc)
protected void ParsePartition(byte[] aEBR, ulong aLoc)
{
byte xSystemID = aEBR[aLoc + 4];
// SystemID = 0 means no partition
Expand Down

0 comments on commit 41398e1

Please sign in to comment.