mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Expression is always 'true' or always 'false'.
This commit is contained in:
@@ -901,7 +901,7 @@ namespace DiscImageChef.Partitions
|
||||
ulong rdbBlock = 0;
|
||||
bool foundRdb = false;
|
||||
|
||||
while(rdbBlock < 16 && !foundRdb)
|
||||
while(rdbBlock < 16)
|
||||
{
|
||||
if(imagePlugin.GetSectors() <= rdbBlock) return false;
|
||||
|
||||
|
||||
@@ -280,7 +280,7 @@ namespace DiscImageChef.Partitions
|
||||
partitions.Add(part);
|
||||
}
|
||||
}
|
||||
else if(useDkl16)
|
||||
else
|
||||
{
|
||||
DicConsole.DebugWriteLine("Sun plugin", "dkl16.dkl_vtoc.v_sanity = 0x{0:X8}", dkl16.dkl_vtoc.v_sanity);
|
||||
DicConsole.DebugWriteLine("Sun plugin", "dkl16.dkl_vtoc.v_version = {0}", dkl16.dkl_vtoc.v_version);
|
||||
|
||||
Reference in New Issue
Block a user