mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Fix some code warnings.
This commit is contained in:
@@ -92,7 +92,7 @@ public class MasterSystem : IByteAddressableImage
|
||||
// Not sure but seems to be a multiple of at least this, maybe more
|
||||
if(stream.Length % 8192 != 0) return ErrorNumber.InvalidArgument;
|
||||
|
||||
var headerPosition = 0;
|
||||
int headerPosition;
|
||||
|
||||
stream.Position = 0x7ff0;
|
||||
var magicBytes = new byte[8];
|
||||
|
||||
Reference in New Issue
Block a user