mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Use FOBOS guids
git-svn-id: svn://claunia.com/FileSystemIDandChk@6 17725271-3d32-4980-a8cb-9ff532f270ba
This commit is contained in:
@@ -14,7 +14,7 @@ namespace FileSystemIDandChk.Plugins
|
||||
public AppleMFS(PluginBase Core)
|
||||
{
|
||||
base.Name = "Apple Macintosh File System";
|
||||
base.PluginUUID = new Guid("67591456-90fa-49bd-ac89-14ef750b8af3");
|
||||
base.PluginUUID = new Guid("36405F8D-0D26-4066-6538-5DBF5D065C3A");
|
||||
}
|
||||
|
||||
public override bool Identify(FileStream stream, long offset)
|
||||
|
||||
Reference in New Issue
Block a user