mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
hlink: Return value returned by IHlinkTarget_Navigate in IHlink_fnNavigate.
This commit is contained in:
parent
f8e0d2f5db
commit
e0b7aadb92
@ -503,7 +503,7 @@ static HRESULT WINAPI IHlink_fnNavigate(IHlink* iface, DWORD grfHLNF, LPBC pbc,
|
||||
if (r == S_OK)
|
||||
{
|
||||
IHlinkTarget_SetBrowseContext(target, phbc);
|
||||
IHlinkTarget_Navigate(target, grfHLNF, This->Location);
|
||||
r = IHlinkTarget_Navigate(target, grfHLNF, This->Location);
|
||||
IHlinkTarget_Release(target);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user