[PATCH] Added and corrected Trace string

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Wed Aug 13 01:06:22 CDT 2008


---
 dlls/msxml3/domdoc.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c
index 6c20638..20496f0 100644
--- a/dlls/msxml3/domdoc.c
+++ b/dlls/msxml3/domdoc.c
@@ -1470,7 +1470,7 @@ static HRESULT WINAPI domdoc_save(
     HRESULT ret = S_OK;
     DWORD written;
 
-    TRACE("(%p)->(var(vt %x, %s))\n", This, V_VT(&destination),
+    TRACE("(%p)->(var(vt %d, %s))\n", This, V_VT(&destination),
           V_VT(&destination) == VT_BSTR ? debugstr_w(V_BSTR(&destination)) : NULL);
 
     if(V_VT(&destination) != VT_BSTR && V_VT(&destination) != VT_UNKNOWN)
@@ -1500,6 +1500,8 @@ static HRESULT WINAPI domdoc_save(
 
             IXMLDOMDocument_Release(pDocument);
         }
+        
+        TRACE("ret %d", ret);
 
         return ret;
     }
-- 
1.5.4.1


--------------040202040500050304050307--




More information about the wine-patches mailing list