1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 19:18:39 -05:00

sys: IRP_MJ_DIRECTORY_CONTROL: testing

This commit is contained in:
Bill Zissimopoulos
2016-03-28 20:09:51 -07:00
parent 53e1953ba3
commit acd1e3a25a

View File

@@ -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;