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:
@@ -446,6 +446,8 @@ public partial class Dump
|
||||
_dev.Type == DeviceType.SecureDigital ? MediaType.SecureDigital : MediaType.MMC,
|
||||
_formatOptions,
|
||||
blocks,
|
||||
0,
|
||||
0,
|
||||
blockSize);
|
||||
|
||||
// Cannot create image
|
||||
|
||||
Reference in New Issue
Block a user