mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Fixed MOST name inconsistencies.
This commit is contained in:
@@ -37,7 +37,7 @@ using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using DiscImageChef.CommonTypes;
|
||||
using DiscImageChef.Console;
|
||||
using DiscImageChef.ImagePlugins;
|
||||
using DiscImageChef.DiscImages;
|
||||
|
||||
namespace DiscImageChef.Filesystems.CPM
|
||||
{
|
||||
@@ -47,7 +47,7 @@ namespace DiscImageChef.Filesystems.CPM
|
||||
{
|
||||
// This will only continue on devices with a chance to have ever been used by CP/M while failing on all others
|
||||
// It's ugly, but will stop a lot of false positives
|
||||
switch(imagePlugin.ImageInfo.mediaType)
|
||||
switch(imagePlugin.ImageInfo.MediaType)
|
||||
{
|
||||
case MediaType.Unknown:
|
||||
case MediaType.Apple32SS:
|
||||
|
||||
Reference in New Issue
Block a user