Piotr Caban : urlmon: Fixed trace message in URLMoniker_BindToObject function.

Alexandre Julliard julliard at winehq.org
Thu Dec 15 12:47:20 CST 2011


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Thu Dec 15 10:11:44 2011 +0100

urlmon: Fixed trace message in URLMoniker_BindToObject function.

---

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

diff --git a/dlls/urlmon/umon.c b/dlls/urlmon/umon.c
index 3e43bb8..c8bd0f8 100644
--- a/dlls/urlmon/umon.c
+++ b/dlls/urlmon/umon.c
@@ -229,7 +229,7 @@ static HRESULT WINAPI URLMoniker_BindToObject(IMoniker *iface, IBindCtx* pbc, IM
     IRunningObjectTable *obj_tbl;
     HRESULT hres;
 
-    TRACE("(%p)->(%p,%p,%s,%p): stub\n", This, pbc, pmkToLeft, debugstr_guid(riid), ppv);
+    TRACE("(%p)->(%p,%p,%s,%p)\n", This, pbc, pmkToLeft, debugstr_guid(riid), ppv);
 
     hres = IBindCtx_GetRunningObjectTable(pbc, &obj_tbl);
     if(SUCCEEDED(hres)) {




More information about the wine-cvs mailing list