mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Removed unneeded value sets.
This commit is contained in:
@@ -495,7 +495,7 @@ namespace DiscImageChef.Decoders.Floppy
|
||||
|
||||
public static bool IsAppleSonyGCR(byte[] data)
|
||||
{
|
||||
int position = 0;
|
||||
int position;
|
||||
RawSector sector = MarshalSector(data, out position, 0);
|
||||
|
||||
return sector != null && position != 0;
|
||||
|
||||
Reference in New Issue
Block a user