[PATCH] mshtml: Print the debug string and not the pointer to it

Michael Stefaniuc mstefani at winehq.org
Sun Mar 14 16:54:37 CDT 2021


Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
---
 dlls/mshtml/nsio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c
index 9ba5a6c8612..1ffc6325725 100644
--- a/dlls/mshtml/nsio.c
+++ b/dlls/mshtml/nsio.c
@@ -2182,7 +2182,7 @@ static nsresult NSAPI nsCacheInfoChannel_GetCacheTokenCachedCharset(nsICacheInfo
 static nsresult NSAPI nsCacheInfoChannel_SetCacheTokenCachedCharset(nsICacheInfoChannel *iface, const nsACString *p)
 {
     nsChannel *This = impl_from_nsICacheInfoChannel(iface);
-    FIXME("(%p)->(%p)\n", This, debugstr_nsacstr(p));
+    FIXME("(%p)->(%s)\n", This, debugstr_nsacstr(p));
     return E_NOTIMPL;
 }
 
-- 
2.26.2




More information about the wine-devel mailing list