fix
This commit is contained in:
parent
66f3899f85
commit
ee1189fcef
|
@ -1394,7 +1394,7 @@ _FX BOX *Process_CheckForceProcess(
|
|||
return box->box;
|
||||
}
|
||||
if (Process_IsWindowsExplorerParent(Parent) && wcscmp(Conf_Get(NULL, L"ForceExplorerChild", 0), box->box->name)==0) {
|
||||
if(wcsicmp(name,L"Sandman.exe")!=0)
|
||||
if(_wcsicmp(name,L"Sandman.exe")!=0)
|
||||
return box->box;
|
||||
}
|
||||
box = List_Next(box);
|
||||
|
|
Loading…
Reference in New Issue