mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Return status code
svn path=/trunk/; revision=10939
This commit is contained in:
parent
67f1b8f671
commit
f634e3c46c
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ static HRESULT WINAPI IShellFolder_fnSetNameOf (IShellFolder2 * iface, HWND hwnd
|
|||
|
||||
SHChangeNotify (bIsFolder ? SHCNE_RENAMEFOLDER : SHCNE_RENAMEITEM, SHCNF_PATHA, szSrc, szDest);
|
||||
|
||||
return S_OK;
|
||||
return hr;
|
||||
}
|
||||
|
||||
return E_FAIL;
|
||||
|
|
Loading…
Reference in a new issue