mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add filesystem namespaces.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace DiscImageChef.Filesystems.UCSDPascal
|
||||
public partial class PascalPlugin
|
||||
{
|
||||
public Errno Mount(IMediaImage imagePlugin, Partition partition, Encoding encoding,
|
||||
Dictionary<string, string> options)
|
||||
Dictionary<string, string> options, string @namespace)
|
||||
{
|
||||
device = imagePlugin;
|
||||
Encoding = encoding ?? new Apple2();
|
||||
|
||||
Reference in New Issue
Block a user