mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add support for negative and overflow sectors in image creation
This commit is contained in:
@@ -240,7 +240,8 @@ public partial class Dump
|
||||
_dev.IsPcmcia,
|
||||
blocks);
|
||||
|
||||
ret = outputFormat.Create(_outputPath, mediaType, _formatOptions, blocks, blockSize);
|
||||
// TODO: HPA
|
||||
ret = outputFormat.Create(_outputPath, mediaType, _formatOptions, blocks, 0, 0, blockSize);
|
||||
|
||||
// Cannot create image
|
||||
if(!ret)
|
||||
|
||||
Reference in New Issue
Block a user