mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix unused code.
This commit is contained in:
@@ -230,7 +230,7 @@ namespace Aaru.DiscImages
|
||||
break;
|
||||
|
||||
// Priam tag, copy to Priam
|
||||
case 12 when longSectorSize == 536:
|
||||
case 24 when longSectorSize == 536:
|
||||
newTag = new byte[24];
|
||||
Array.Copy(data, 512, newTag, 0, 24);
|
||||
|
||||
@@ -335,7 +335,7 @@ namespace Aaru.DiscImages
|
||||
break;
|
||||
|
||||
// Priam tag, copy to Priam
|
||||
case 12 when longSectorSize == 536:
|
||||
case 24 when longSectorSize == 536:
|
||||
newTag = new byte[24];
|
||||
Array.Copy(data, (givenSectorSize * i) + 512, newTag, 0, 24);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user