Properly advance the next sector for MSAT
This commit is contained in:
parent
a037dadaa2
commit
d4ea17f320
@ -163,7 +163,7 @@ namespace UniversalEditor.DataFormats.FileSystem.Microsoft.CompoundDocument
|
||||
int[] masterSectorAllocationTablePart = reader.ReadInt32Array(countForMSAT);
|
||||
Array.Copy(masterSectorAllocationTablePart, 0, masterSectorAllocationTable, nextPositionForMSAT, masterSectorAllocationTablePart.Length);
|
||||
|
||||
nextSectorForMSAT = masterSectorAllocationTablePart[nextSectorForMSAT];
|
||||
nextSectorForMSAT = masterSectorAllocationTablePart[masterSectorAllocationTablePart.Length - 1];
|
||||
}
|
||||
#endregion
|
||||
#region Read Sector Allocation Table
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user