mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update CICMMetadata version.
This commit is contained in:
@@ -97,13 +97,13 @@ namespace DiscImageChef.Filesystems.FATX
|
||||
{
|
||||
Type = "FATX filesystem",
|
||||
ClusterSize =
|
||||
(int)(fatxSb.sectorsPerCluster * logicalSectorsPerPhysicalSectors *
|
||||
imagePlugin.Info.SectorSize),
|
||||
(uint)(fatxSb.sectorsPerCluster * logicalSectorsPerPhysicalSectors *
|
||||
imagePlugin.Info.SectorSize),
|
||||
VolumeName = volumeLabel,
|
||||
VolumeSerial = $"{fatxSb.id:X8}"
|
||||
};
|
||||
XmlFsType.Clusters = (long)((partition.End - partition.Start + 1) * imagePlugin.Info.SectorSize /
|
||||
(ulong)XmlFsType.ClusterSize);
|
||||
XmlFsType.Clusters = (partition.End - partition.Start + 1) * imagePlugin.Info.SectorSize /
|
||||
XmlFsType.ClusterSize;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user