Commit d43f025b authored by Andrey Turkin's avatar Andrey Turkin Committed by Alexandre Julliard

wineboot: Fix installation of SFP protected files.

parent c58ca131
......@@ -495,6 +495,7 @@ static int ProcessWindowsFileProtection(void)
}
find_handle = FindFirstFileW(dllcache,&finddata);
dllcache[ strlenW(dllcache) - 2] = 0; /* strip off wildcard */
find_rc = find_handle != INVALID_HANDLE_VALUE;
while (find_rc)
{
......
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