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:
@@ -105,8 +105,8 @@ namespace DiscImageChef.Filesystems
|
||||
{
|
||||
Type = "BFS",
|
||||
VolumeName = bfsSb.s_volume,
|
||||
ClusterSize = (int)imagePlugin.Info.SectorSize,
|
||||
Clusters = (long)(partition.End - partition.Start + 1)
|
||||
ClusterSize = imagePlugin.Info.SectorSize,
|
||||
Clusters = partition.End - partition.Start + 1
|
||||
};
|
||||
|
||||
information = sb.ToString();
|
||||
|
||||
Reference in New Issue
Block a user