mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use FOBOS guids
git-svn-id: svn://claunia.com/FileSystemIDandChk@6 17725271-3d32-4980-a8cb-9ff532f270ba
This commit is contained in:
@@ -11,7 +11,7 @@ namespace FileSystemIDandChk.PartPlugins
|
||||
public MBR (PluginBase Core)
|
||||
{
|
||||
base.Name = "Master Boot Record";
|
||||
base.PluginUUID = new Guid("630ddb30-433e-44ea-9541-52d36dea504a");
|
||||
base.PluginUUID = new Guid("5E8A34E8-4F1A-59E6-4BF7-7EA647063A76");
|
||||
}
|
||||
|
||||
public override bool GetInformation (FileStream stream, out List<Partition> partitions)
|
||||
|
||||
Reference in New Issue
Block a user