mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:26:20 +00:00
[FREELDR]
Cherrypick r71053 svn path=/trunk/; revision=71054
This commit is contained in:
parent
4516374507
commit
49cf2b67df
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ static ULONG NtfsReadAttribute(PNTFS_VOLUME_INFO Volume, PNTFS_ATTR_CONTEXT Cont
|
|||
{
|
||||
CurrentOffset += DataRunLength * Volume->ClusterSize;
|
||||
DataRun = NtfsDecodeRun(DataRun, &DataRunOffset, &DataRunLength);
|
||||
if (DataRunLength != (ULONGLONG)-1)
|
||||
if (DataRunOffset != (ULONGLONG)-1)
|
||||
{
|
||||
DataRunStartLCN = LastLCN + DataRunOffset;
|
||||
LastLCN = DataRunStartLCN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue