Vladimir Pankratov : shdocvw: Fix format parameter type.

Alexandre Julliard julliard at winehq.org
Mon Aug 10 10:35:48 CDT 2009


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

Author: Vladimir Pankratov <scriptkid at mail.ru>
Date:   Mon Aug 10 12:12:00 2009 +0500

shdocvw: Fix format parameter type.

---

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

diff --git a/dlls/shdocvw/frame.c b/dlls/shdocvw/frame.c
index dd90499..eeff20a 100644
--- a/dlls/shdocvw/frame.c
+++ b/dlls/shdocvw/frame.c
@@ -135,7 +135,7 @@ static HRESULT WINAPI InPlaceFrame_SetStatusText(IOleInPlaceFrame *iface,
                                                  LPCOLESTR pszStatusText)
 {
     DocHost *This = INPLACEFRAME_THIS(iface);
-    FIXME("(%p)->(%p)\n", This, debugstr_w(pszStatusText));
+    FIXME("(%p)->(%s)\n", This, debugstr_w(pszStatusText));
     return E_NOTIMPL;
 }
 




More information about the wine-cvs mailing list