mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
🎨🎨🎨 Removed methods in images that only returned what's already in the ImageInfo structure.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user