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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Feb 25 10:56:04 CST 2016


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Feb 25 09:25:30 2016 +0100

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

Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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;
 }
 




More information about the wine-cvs mailing list