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

Michael Stefaniuc mstefani at redhat.de
Wed Mar 21 17:38:32 CDT 2012


---
 dlls/pstorec/pstorec.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/pstorec/pstorec.c b/dlls/pstorec/pstorec.c
index b2e729b..0a6a6c1 100644
--- a/dlls/pstorec/pstorec.c
+++ b/dlls/pstorec/pstorec.c
@@ -298,9 +298,8 @@ static HRESULT WINAPI PStore_fnOpenItem( IPStore* This, PST_KEY Key,
     const GUID* pItemType, const GUID* pItemSubtype, LPCWSTR szItemName,
     PST_ACCESSMODE ModeFlags, PPST_PROMPTINFO pProomptInfo, DWORD dwFlags )
 {
-    FIXME("%p %08x %s %s %p %08x %p %08x\n", This, Key,
-           debugstr_guid(pItemType), debugstr_guid(pItemSubtype),
-           debugstr_w(szItemName), ModeFlags, pProomptInfo, dwFlags);
+    FIXME("(%p,%08x,%s,%s,%s,%08x,%p,%08x) stub\n", This, Key, debugstr_guid(pItemType),
+           debugstr_guid(pItemSubtype), debugstr_w(szItemName), ModeFlags, pProomptInfo, dwFlags);
     return E_NOTIMPL;
 }
 
-- 
1.7.7.6



More information about the wine-patches mailing list