mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
[SHELL32] Allow creation of an empty CFileSysEnum
CORE-16908
This commit is contained in:
parent
4cbb21761c
commit
83a9f71690
1 changed files with 2 additions and 2 deletions
|
@ -460,8 +460,8 @@ public:
|
|||
|
||||
if (!sPathTarget || !sPathTarget[0])
|
||||
{
|
||||
FAILED_UNEXPECTEDLY(E_INVALIDARG);
|
||||
return E_INVALIDARG;
|
||||
WARN("No path for CFileSysEnum, empty result!\n");
|
||||
return S_FALSE;
|
||||
}
|
||||
|
||||
WCHAR szFindPattern[MAX_PATH];
|
||||
|
|
Loading…
Reference in a new issue