mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Decode "PN" system area.
This commit is contained in:
@@ -182,6 +182,10 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
stat.Attributes |= FileAttributes.Archive;
|
||||
}
|
||||
|
||||
if(entry.PosixDeviceNumber != null)
|
||||
stat.DeviceNo = (entry.PosixDeviceNumber.Value.dev_t_high << 32) +
|
||||
entry.PosixDeviceNumber.Value.dev_t_low;
|
||||
|
||||
if(entry.AssociatedFile is null || entry.AssociatedFile.Extent == 0 || entry.AssociatedFile.Size == 0)
|
||||
return Errno.NoError;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user