wineboot: Fix installation of SFP protected files.

oldstable
Andrey Turkin 2008-01-10 15:19:38 +03:00 committed by Alexandre Julliard
parent c58ca1312c
commit d43f025b8c
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{