diff options
Diffstat (limited to 'Private/NewBoot/BootKit/BootKit.hxx')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 2 |
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. |
