mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor: Simplify field names.
This commit is contained in:
@@ -182,7 +182,7 @@ namespace DiscImageChef.Filesystems
|
||||
|
||||
public override bool Identify(ImagePlugins.ImagePlugin imagePlugin, Partition partition)
|
||||
{
|
||||
if(partition.PartitionStartSector > 0)
|
||||
if(partition.Start > 0)
|
||||
return false;
|
||||
|
||||
if(imagePlugin.ImageInfo.sectorSize != 256)
|
||||
|
||||
Reference in New Issue
Block a user