mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 01:13:04 -05:00
sys: IRP_MJ_DIRECTORY_CONTROL: testing
This commit is contained in:
parent
53e1953ba3
commit
acd1e3a25a
@ -172,7 +172,7 @@ static NTSTATUS FspFsvolQueryDirectoryCopy(
|
||||
}
|
||||
|
||||
if (0 != PrevDestBuf)
|
||||
*(PULONG)PrevDestBuf = (ULONG)((PUINT8)DestBuf - DestBufBgn);
|
||||
*(PULONG)PrevDestBuf = (ULONG)((PUINT8)DestBuf - (PUINT8)PrevDestBuf);
|
||||
PrevDestBuf = DestBuf;
|
||||
|
||||
*PDirectoryOffset = DirInfo->NextOffset;
|
||||
|
Loading…
x
Reference in New Issue
Block a user