No subject


Tue Feb 23 11:03:59 CST 2010


collected the right one already".

Gerald
---
 dlls/ole32/defaulthandler.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/defaulthandler.c b/dlls/ole32/defaulthandler.c
index 5130513..d0a871f 100644
--- a/dlls/ole32/defaulthandler.c
+++ b/dlls/ole32/defaulthandler.c
@@ -365,7 +365,7 @@ static HRESULT WINAPI DefaultHandler_SetClientSite(
   if (This->clientSite)
     IOleClientSite_AddRef(This->clientSite);
 
-  return S_OK;
+  return hr;
 }
 
 /************************************************************************
-- 
1.6.6.2



More information about the wine-patches mailing list