mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix unit test of optical media track flags. Fixes #550
This commit is contained in:
@@ -80,7 +80,7 @@ namespace Aaru.Tests.Images
|
||||
|
||||
int trackNo = 0;
|
||||
|
||||
byte[] flags = new byte[image.Tracks.Count];
|
||||
byte?[] flags = new byte?[image.Tracks.Count];
|
||||
|
||||
foreach(Track currentTrack in image.Tracks)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user