mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
There can be empty tracks, ignore them.
This commit is contained in:
@@ -452,7 +452,7 @@ namespace FileSystemIDandChk.ImagePlugins
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (spt != TDTrack.sectors)
|
if (spt != TDTrack.sectors && TDTrack.sectors > 0)
|
||||||
{
|
{
|
||||||
if (spt != 0)
|
if (spt != 0)
|
||||||
throw new FeatureUnsupportedImageException("Variable number of sectors per track. This kind of image is not yet supported");
|
throw new FeatureUnsupportedImageException("Variable number of sectors per track. This kind of image is not yet supported");
|
||||||
|
|||||||
Reference in New Issue
Block a user