summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-04-30 09:15:49 +0000
committerAmlal <amlalelmahrouss@icloud.com>2024-04-30 09:15:49 +0000
commit88d9199c65191647641bf06fbaa708d40e53c752 (patch)
tree7696344260c61374e331f0b24de84c9089e15ae2 /Private/NewBoot
parent094218bcd2befe8c57d042db7a2945791f29c7a6 (diff)
parent62eef2c13fb95ab3cee86b0c066d26ceade417dd (diff)
Merged in MHR-18 (pull request #11)
MHR-18: NewFS: Fix fork allocation.
Diffstat (limited to 'Private/NewBoot')
-rw-r--r--Private/NewBoot/BootKit/BootKit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx
index c916978f..7b3c1d93 100644
--- a/Private/NewBoot/BootKit/BootKit.hxx
+++ b/Private/NewBoot/BootKit/BootKit.hxx
@@ -270,7 +270,7 @@ private:
catalogKind->DataForkSize += blob->fBlobSz;
} else {
catalogKind->ResourceFork = (startLba + sizeof(NewCatalog));
- catalogKind->ResourceForkOverallSize += blob->fBlobSz;
+ catalogKind->ResourceForkSize += blob->fBlobSz;
}
/// before going to forks, we must check for the catalog name first.