mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: FspUnload, FspSxsIdent
This commit is contained in:
@ -93,7 +93,7 @@ static BOOL WINAPI FspSxsIdentInitialize(
|
||||
if (0 == Size)
|
||||
goto exit;
|
||||
|
||||
FspSxsIdentBuf[0] = L'-';
|
||||
FspSxsIdentBuf[0] = L'+';
|
||||
memcpy(FspSxsIdentBuf + 1, WBuffer, Size * sizeof(WCHAR));
|
||||
FspSxsIdentBuf[1 + Size] = L'\0';
|
||||
|
||||
|
Reference in New Issue
Block a user