mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Refactor: Simplify field names.
This commit is contained in:
@@ -116,9 +116,9 @@ namespace DiscImageChef.Tests.Filesystems
|
||||
int part = -1;
|
||||
for(int j = 0; j < partitions.Count; j++)
|
||||
{
|
||||
if(partitions[j].PartitionType == "0x07" ||
|
||||
if(partitions[j].Type == "0x07" ||
|
||||
// Value incorrectly set by Haiku
|
||||
partitions[j].PartitionType == "0x86")
|
||||
partitions[j].Type == "0x86")
|
||||
{
|
||||
part = j;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user