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:
@@ -197,7 +197,7 @@ namespace Aaru.Filesystems.FAT
|
||||
|
||||
while(pos < eaData.Length)
|
||||
{
|
||||
byte fEA = eaData[pos++];
|
||||
pos++; // Skip fEA
|
||||
byte cbName = eaData[pos++];
|
||||
ushort cbValue = BitConverter.ToUInt16(eaData, pos);
|
||||
pos += 2;
|
||||
|
||||
Reference in New Issue
Block a user