🎨🎨🎨 Removed methods in images that only returned what's already in the ImageInfo structure.

This commit is contained in:
2017-12-26 02:51:10 +00:00
parent 03a4e286cc
commit a002253fa4
135 changed files with 2111 additions and 8526 deletions

View File

@@ -120,7 +120,7 @@ namespace DiscImageChef.Filesystems
XmlFsType = new FileSystemType();
XmlFsType.Type = "BFS";
XmlFsType.VolumeName = bfsSb.s_volume;
XmlFsType.ClusterSize = (int)imagePlugin.GetSectorSize();
XmlFsType.ClusterSize = (int)imagePlugin.ImageInfo.SectorSize;
XmlFsType.Clusters = (long)(partition.End - partition.Start + 1);
information = sb.ToString();