diff --git a/dlls/msi/msi.c b/dlls/msi/msi.c index dcd8e8eeac8..b4a41429d03 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;