mshtml: Print the debug string instead of the pointer value.

Michael Stefaniuc mstefani at redhat.de
Tue Mar 24 03:59:33 CDT 2015


---
 dlls/mshtml/htmlstyle3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/htmlstyle3.c b/dlls/mshtml/htmlstyle3.c
index 9355bd0..f8c7466 100644
--- a/dlls/mshtml/htmlstyle3.c
+++ b/dlls/mshtml/htmlstyle3.c
@@ -560,7 +560,7 @@ static HRESULT WINAPI HTMLStyle5_get_maxHeight(IHTMLStyle5 *iface, VARIANT *p)
 {
     HTMLStyle *This = impl_from_IHTMLStyle5(iface);
 
-    TRACE("(%p)->(%p)\n", This, debugstr_variant(p));
+    TRACE("(%p)->(%s)\n", This, debugstr_variant(p));
 
     return get_nsstyle_attr_var(This->nsstyle, STYLEID_MAX_HEIGHT, p, 0);
 }
-- 
1.9.3



More information about the wine-patches mailing list