mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user