mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Final cleanup of DiscImageChef.Partitions.
This commit is contained in:
@@ -79,9 +79,9 @@ namespace DiscImageChef.Partitions
|
||||
Name = entry.p_stor_uuid.ToString(),
|
||||
Sequence = counter,
|
||||
Scheme = Name,
|
||||
Type = (BSD.fsType) entry.p_fstype == BSD.fsType.Other
|
||||
Type = (BSD.fsType)entry.p_fstype == BSD.fsType.Other
|
||||
? entry.p_type_uuid.ToString()
|
||||
: BSD.fsTypeToString((BSD.fsType) entry.p_fstype)
|
||||
: BSD.fsTypeToString((BSD.fsType)entry.p_fstype)
|
||||
};
|
||||
|
||||
if(entry.p_bsize % imagePlugin.GetSectorSize() > 0) part.Length++;
|
||||
|
||||
Reference in New Issue
Block a user