mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* FileSystemIDandChk/ImagePlugins/CDRWin.cs:
* FileSystemIDandChk/ImagePlugins/DiskCopy42.cs: No need to call them "handler"s. * FileSystemIDandChk/Main.cs: DEBUG lines should only appear while on debug mode * FileSystemIDandChk/PartPlugins/MBR.cs: Do not check MBR presence on less than 512 bytes/sector disks * FileSystemIDandChk/Plugins/FAT.cs: Get cleaner output, add newline. * FileSystemIDandChk/Plugins/ODS.cs: Do not check FILES-11 (ODS) presence on less than 512 bytes/sector disks
This commit is contained in:
@@ -288,7 +288,7 @@ namespace FileSystemIDandChk.ImagePlugins
|
||||
|
||||
public CDRWin(PluginBase Core)
|
||||
{
|
||||
Name = "CDRWin cuesheet handler";
|
||||
Name = "CDRWin cuesheet";
|
||||
PluginUUID = new Guid("664568B2-15D4-4E64-8A7A-20BDA8B8386F");
|
||||
imagePath = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user