mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add support for setting sector size on IWritableImage.
This commit is contained in:
@@ -192,7 +192,7 @@ namespace DiscImageChef.Commands
|
||||
}
|
||||
|
||||
if(!outputFormat.Create(options.OutputFile, inputFormat.Info.MediaType, new Dictionary<string, string>(),
|
||||
inputFormat.Info.Sectors))
|
||||
inputFormat.Info.Sectors, inputFormat.Info.SectorSize))
|
||||
{
|
||||
DicConsole.ErrorWriteLine("Error {0} creating output image.", outputFormat.ErrorMessage);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user