Enable verify for byte addressable images.

This commit is contained in:
2021-11-14 01:29:03 +00:00
parent 0fbfd3c10b
commit 3f82e68512

View File

@@ -130,7 +130,7 @@ namespace Aaru.Commands.Image
return (int)ErrorNumber.CannotOpenFile;
}
IMediaImage inputFormat = null;
IBaseImage inputFormat = null;
Core.Spectre.ProgressSingleSpinner(ctx =>
{