REFACTOR: Expression is always 'true' or always 'false'.

This commit is contained in:
2017-12-21 17:34:47 +00:00
parent ccd9930884
commit 9a404acef4
19 changed files with 104 additions and 161 deletions

View File

@@ -88,6 +88,7 @@ namespace DiscImageChef.Filesystems.LisaFS
if(extTag.fileID != fileId * -1) continue;
ptr = i;
found = true;
break;
}