mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[ISO9660 filesystem] Fix returning proper filesystem type on GetInformation().
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user