mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.Filesystems/LisaFS/LisaFS.cs:
Corrected parametrized constructor. * DiscImageChef.Filesystems/LisaFS/Dir.cs: Mimic Pascal Workshop behaviour, ignore catalog entries without an ExtentsFile.
This commit is contained in:
@@ -71,6 +71,8 @@ namespace DiscImageChef.Filesystems.LisaFS
|
||||
public LisaFS(ImagePlugins.ImagePlugin imagePlugin, ulong partitionStart, ulong partitionEnd)
|
||||
{
|
||||
device = imagePlugin;
|
||||
Name = "Apple Lisa File System";
|
||||
PluginUUID = new Guid("7E6034D1-D823-4248-A54D-239742B28391");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user