Piotr Caban : hlink: Return value returned by IHlinkTarget_Navigate in IHlink_fnNavigate.

Alexandre Julliard julliard at winehq.org
Tue Feb 26 13:48:15 CST 2013


Module: wine
Branch: master
Commit: e0b7aadb92f98f95982244487f5e9fc8ea5d4359
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e0b7aadb92f98f95982244487f5e9fc8ea5d4359

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Tue Feb 26 17:20:56 2013 +0100

hlink: Return value returned by IHlinkTarget_Navigate in IHlink_fnNavigate.

---

 dlls/hlink/link.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/hlink/link.c b/dlls/hlink/link.c
index 1957cb0..6f4ac12 100644
--- a/dlls/hlink/link.c
+++ b/dlls/hlink/link.c
@@ -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




More information about the wine-cvs mailing list