[ISO9660 filesystem] Fix returning proper filesystem type on GetInformation().

This commit is contained in:
2022-12-11 22:19:38 +00:00
parent 7b614ff940
commit a8ea7bcdfc

View File

@@ -909,9 +909,9 @@ public sealed partial class ISO9660
if(refareas.Count > 0)
isoMetadata.Append(suspInformation);
if(_highSierra)
if(highSierraInfo)
XmlFsType.Type = FS_TYPE_HSF;
else if(_cdi)
else if(cdiInfo)
XmlFsType.Type = FS_TYPE_CDI;
else
XmlFsType.Type = FS_TYPE_ISO;