mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix Human68k FAT12 detection.
This commit is contained in:
@@ -557,7 +557,6 @@ namespace DiscImageChef.Filesystems.FAT
|
||||
}
|
||||
|
||||
case BpbKind.Human:
|
||||
isFat16 = true;
|
||||
XmlFsType.Bootable = true;
|
||||
break;
|
||||
}
|
||||
@@ -603,6 +602,9 @@ namespace DiscImageChef.Filesystems.FAT
|
||||
case BpbKind.Apricot:
|
||||
sb.AppendLine("Apricot FAT12");
|
||||
break;
|
||||
case BpbKind.Human:
|
||||
sb.AppendLine("Human68k FAT12");
|
||||
break;
|
||||
default:
|
||||
sb.AppendLine("Microsoft FAT12");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user