Update CICMMetadata version.

This commit is contained in:
2019-04-23 01:38:33 +01:00
parent 421ce1574b
commit ffd1cd6564
77 changed files with 2263 additions and 2230 deletions

View File

@@ -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();