Corrected partition sequencing.

This commit is contained in:
2017-07-16 22:55:06 +01:00
parent 20a151ef60
commit 77742808b8

View File

@@ -304,6 +304,7 @@ namespace DiscImageChef.PartPlugins
_partition.PartitionDescription = sb.ToString();
partitions.Add(_partition);
sequence++;
}
}
}