mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix overwriting flags and isrc in all CD writable image formats.
This commit is contained in:
@@ -542,7 +542,7 @@ namespace Aaru.DiscImages
|
||||
return false;
|
||||
}
|
||||
|
||||
trackFlags.Add((byte)sectorAddress, data[0]);
|
||||
trackFlags[(byte)sectorAddress] = data[0];
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user