mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added equality and comparison overrides to Partition struct.
This commit is contained in:
@@ -98,7 +98,7 @@ namespace DiscImageChef.Core
|
||||
|
||||
foreach(Partition child in childs)
|
||||
{
|
||||
if(child.Start == father.Start)
|
||||
if(child == father)
|
||||
childPartitions.Add(father);
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user