Fixed a small syntax problem.
This commit is contained in:
parent
ddb2e291d3
commit
9d454b2176
|
@ -659,7 +659,7 @@ static HRESULT WINAPI IShellFolder_fnGetAttributesOf(IShellFolder * iface,UINT c
|
|||
|
||||
TRACE(shell,"(%p)->(%d,%p,%p)\n",This,cidl,apidl,rgfInOut);
|
||||
|
||||
if ((! cidl )| (!apidl) | (!rgfInOut))
|
||||
if ( (!cidl) || (!apidl) || (!rgfInOut))
|
||||
return E_INVALIDARG;
|
||||
|
||||
pidltemp=apidl;
|
||||
|
|
Loading…
Reference in New Issue