mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix reporting FAT16 as FAT12.
This commit is contained in:
@@ -813,7 +813,7 @@ public sealed partial class FAT
|
||||
_ => Localization.Microsoft_FAT16
|
||||
});
|
||||
|
||||
XmlFsType.Type = FS_TYPE_FAT12;
|
||||
XmlFsType.Type = FS_TYPE_FAT16;
|
||||
}
|
||||
|
||||
if(bpbKind == BpbKind.Atari)
|
||||
|
||||
Reference in New Issue
Block a user