[1/4] msi: Trace the reinstall mode in hex in MsiReinstallFeatureW.

Hans Leidekker hans at codeweavers.com
Wed Nov 17 03:57:21 CST 2010


---
 dlls/msi/msi.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msi/msi.c b/dlls/msi/msi.c
index dcd8e8e..b4a4142 100644
--- a/dlls/msi/msi.c
+++ b/dlls/msi/msi.c
@@ -3541,8 +3541,8 @@ UINT WINAPI MsiReinstallFeatureW( LPCWSTR szProduct, LPCWSTR szFeature,
     LPWSTR ptr;
     DWORD sz;
 
-    FIXME("%s %s %i\n", debugstr_w(szProduct), debugstr_w(szFeature),
-                           dwReinstallMode);
+    FIXME("%s %s 0x%08x\n",
+          debugstr_w(szProduct), debugstr_w(szFeature), dwReinstallMode);
 
     ptr = reinstallmode;
 
-- 
1.7.1







More information about the wine-patches mailing list