webservices: Print the debug string and not the pointer to it.

Michael Stefaniuc mstefani at redhat.de
Thu Feb 25 02:25:30 CST 2016


Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
---
 dlls/webservices/reader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/webservices/reader.c b/dlls/webservices/reader.c
index f224720..37c2045 100644
--- a/dlls/webservices/reader.c
+++ b/dlls/webservices/reader.c
@@ -716,7 +716,7 @@ HRESULT WINAPI WsGetReaderProperty( WS_XML_READER *handle, WS_XML_READER_PROPERT
 HRESULT WINAPI WsGetXmlAttribute( WS_XML_READER *handle, const WS_XML_STRING *attr,
                                   WS_HEAP *heap, WCHAR **str, ULONG *len, WS_ERROR *error )
 {
-    FIXME( "%p %p %p %p %p %p: stub\n", handle, debugstr_xmlstr(attr), heap, str, len, error );
+    FIXME( "%p %s %p %p %p %p: stub\n", handle, debugstr_xmlstr(attr), heap, str, len, error );
     return E_NOTIMPL;
 }
 
-- 
2.4.3



More information about the wine-patches mailing list