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:
@@ -88,8 +88,8 @@ namespace DiscImageChef.Filesystems.AppleDOS
|
||||
XmlFsType = new FileSystemType
|
||||
{
|
||||
Bootable = true,
|
||||
Clusters = (long)imagePlugin.Info.Sectors,
|
||||
ClusterSize = (int)imagePlugin.Info.SectorSize,
|
||||
Clusters = imagePlugin.Info.Sectors,
|
||||
ClusterSize = imagePlugin.Info.SectorSize,
|
||||
Type = "Apple DOS"
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user