mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add support for negative sectors to read and write sector calls in images.
This commit is contained in:
@@ -112,6 +112,7 @@ public sealed partial class XboxFatPlugin
|
||||
{
|
||||
ErrorNumber errno =
|
||||
_imagePlugin.ReadSectors(_firstClusterSector + (clusters[i] - 1) * _sectorsPerCluster,
|
||||
false,
|
||||
_sectorsPerCluster,
|
||||
out byte[] buffer,
|
||||
out _);
|
||||
|
||||
Reference in New Issue
Block a user