[PATCH] shell32: In SHRestricted add missing slash
12 Mar
2019
12 Mar
'19
10:05 p.m.
Credits for this fix goes to the ReactOS devs See https://jira.reactos.org/browse/CORE-15666 Signed-off-by: Fabian Maurer <dark.shadow4(a)web.de> --- dlls/shell32/shpolicy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/shell32/shpolicy.c b/dlls/shell32/shpolicy.c index 62e6ab5760..a05c7e96fd 100644 --- a/dlls/shell32/shpolicy.c +++ b/dlls/shell32/shpolicy.c @@ -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 */ -- 2.21.0
2559
Age (days ago)
2559
Last active (days ago)
0 comments
1 participants
participants (1)
-
Fabian Maurer