diff --git a/FileSystemIDandChk/ImagePlugins/TeleDisk.cs b/FileSystemIDandChk/ImagePlugins/TeleDisk.cs index 279140b25..1d648524a 100644 --- a/FileSystemIDandChk/ImagePlugins/TeleDisk.cs +++ b/FileSystemIDandChk/ImagePlugins/TeleDisk.cs @@ -452,7 +452,7 @@ namespace FileSystemIDandChk.ImagePlugins break; } - if (spt != TDTrack.sectors) + if (spt != TDTrack.sectors && TDTrack.sectors > 0) { if (spt != 0) throw new FeatureUnsupportedImageException("Variable number of sectors per track. This kind of image is not yet supported");