mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[SHELL32] Allow creation of an empty CFileSysEnum
CORE-16908
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user