mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
Fix incorrect assert in BucketTree.NodeBuffer.Allocate
This commit is contained in:
parent
b3dc972881
commit
496858c7a7
@ -276,7 +276,7 @@ namespace LibHac.FsSystem
|
|||||||
|
|
||||||
public bool Allocate(int nodeSize)
|
public bool Allocate(int nodeSize)
|
||||||
{
|
{
|
||||||
Assert.SdkRequiresNotNull(_header);
|
Assert.SdkRequiresNull(_header);
|
||||||
|
|
||||||
_header = new long[nodeSize / sizeof(long)];
|
_header = new long[nodeSize / sizeof(long)];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user