Commit dbbfa481 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

shell32: In SHRestricted add missing slash.

parent 642d6c69
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment