Code cleanup.

This commit is contained in:
2020-07-20 04:34:16 +01:00
parent e8fe5cc8d2
commit 9cfef45856
345 changed files with 9384 additions and 3725 deletions

View File

@@ -300,8 +300,7 @@ namespace Aaru.DiscImages
twiggyCache.Length - (copiedSectors * 512) - (sectorsToCopy * 512),
sectorsToCopy * 512);
Array.Copy(tags, (header.TagSize / 2) + (copiedSectors * bptag),
twiggyCacheTags,
Array.Copy(tags, (header.TagSize / 2) + (copiedSectors * bptag), twiggyCacheTags,
twiggyCacheTags.Length - (copiedSectors * bptag) - (sectorsToCopy * bptag),
sectorsToCopy * bptag);