mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
* DiscImageChef.DiscImages/CloneCD.cs:
Correct subchannel reading. * DiscImageChef/DetectImageFormat.cs: Add debug output.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
|
||||
using System;
|
||||
using DiscImageChef.Filters;
|
||||
using DiscImageChef.Console;
|
||||
|
||||
namespace DiscImageChef.ImagePlugins
|
||||
{
|
||||
@@ -54,6 +55,7 @@ namespace DiscImageChef.ImagePlugins
|
||||
{
|
||||
try
|
||||
{
|
||||
DicConsole.DebugWriteLine("Format detection", "Trying plugin {0}", _imageplugin.Name);
|
||||
if(_imageplugin.IdentifyImage(imageFilter))
|
||||
{
|
||||
_imageFormat = _imageplugin;
|
||||
@@ -77,6 +79,7 @@ namespace DiscImageChef.ImagePlugins
|
||||
{
|
||||
try
|
||||
{
|
||||
DicConsole.DebugWriteLine("Format detection", "Trying plugin {0}", _imageplugin.Name);
|
||||
if(_imageplugin.IdentifyImage(imageFilter))
|
||||
{
|
||||
_imageFormat = _imageplugin;
|
||||
|
||||
Reference in New Issue
Block a user