diff --git a/src/LibHac/FsSrv/Impl/AccessControl.cs b/src/LibHac/FsSrv/Impl/AccessControl.cs index ae037ef7..8c07bc4d 100644 --- a/src/LibHac/FsSrv/Impl/AccessControl.cs +++ b/src/LibHac/FsSrv/Impl/AccessControl.cs @@ -98,7 +98,7 @@ public class AccessControl accessControlData.Slice(data.ContentOwnerInfoOffset + sizeof(int), infoCount * sizeof(ulong))); // Verify the size in the header matches the actual size of the info - Abort.DoAbortUnless(data.ContentOwnerInfoSize == infoCount * sizeof(long)); + Abort.DoAbortUnless(data.ContentOwnerInfoSize == sizeof(int) + infoCount * sizeof(long)); foreach (ulong id in ids) {