mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor and code cleanup.
This commit is contained in:
@@ -40,9 +40,9 @@ namespace DiscImageChef.ImagePlugins
|
||||
{
|
||||
public bool imageHasPartitions;
|
||||
public bool imageHasSessions;
|
||||
public UInt64 imageSize;
|
||||
public UInt64 sectors;
|
||||
public UInt32 sectorSize;
|
||||
public ulong imageSize;
|
||||
public ulong sectors;
|
||||
public uint sectorSize;
|
||||
public List<MediaTagType> readableMediaTags;
|
||||
public List<SectorTagType> readableSectorTags;
|
||||
public string imageVersion;
|
||||
|
||||
Reference in New Issue
Block a user