sys: FspUnload, FspSxsIdent

This commit is contained in:
Bill Zissimopoulos
2022-08-05 17:41:12 +01:00
parent 62a6bbab66
commit 005d3e4fb0
6 changed files with 177 additions and 6 deletions

View File

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