mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Expression is always 'true' or always 'false'.
This commit is contained in:
@@ -378,7 +378,7 @@ namespace DiscImageChef.Filesystems
|
||||
}
|
||||
sb.AppendFormat("Dump volume number: {0}", aixHdr.c_volume).AppendLine();
|
||||
}
|
||||
else if(useNew)
|
||||
else
|
||||
{
|
||||
xmlFSType.Type = "dump(8)";
|
||||
sb.AppendLine(xmlFSType.Type);
|
||||
|
||||
Reference in New Issue
Block a user