shell32: In SHRestricted add missing slash.

Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Fabian Maurer 2019-03-12 23:05:07 +01:00 committed by Alexandre Julliard
parent 642d6c695a
commit dbbfa48153
1 changed files with 1 additions and 0 deletions

View File

@ -854,6 +854,7 @@ DWORD WINAPI SHRestricted (RESTRICTIONS policy)
}
lstrcpyA(regstr, strRegistryPolicyA);
lstrcatA(regstr, "\\");
lstrcatA(regstr, p->appstr);
/* return 0 and don't set the cache if any registry errors occur */