mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Final cleanup of DiscImageChef.Partitions.
This commit is contained in:
@@ -108,7 +108,8 @@ namespace DiscImageChef.Partitions
|
||||
}
|
||||
}
|
||||
|
||||
switch(bootBlock.flags & TYPE_MASK) {
|
||||
switch(bootBlock.flags & TYPE_MASK)
|
||||
{
|
||||
case TYPE_LINUX:
|
||||
{
|
||||
IntPtr tablePtr = Marshal.AllocHGlobal(512);
|
||||
|
||||
Reference in New Issue
Block a user