mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Enable verify for byte addressable images.
This commit is contained in:
@@ -130,7 +130,7 @@ namespace Aaru.Commands.Image
|
||||
return (int)ErrorNumber.CannotOpenFile;
|
||||
}
|
||||
|
||||
IMediaImage inputFormat = null;
|
||||
IBaseImage inputFormat = null;
|
||||
|
||||
Core.Spectre.ProgressSingleSpinner(ctx =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user