fix up CryptDeriveKey trace

Andreas Mohr andi at rhlx01.fht-esslingen.de
Mon Mar 31 11:02:11 CST 2003


Hi all,

fix up pretty much broken trace format.


Index: crypt.c
===================================================================
RCS file: /home/wine/wine/dlls/advapi32/crypt.c,v
retrieving revision 1.23
diff -u -r1.23 crypt.c
--- crypt.c	13 Aug 2002 18:05:19 -0000	1.23
+++ crypt.c	31 Mar 2003 17:01:33 -0000
@@ -512,7 +512,7 @@
 	PCRYPTHASH hash = (PCRYPTHASH)hBaseData;
 	PCRYPTKEY key;
 
-	TRACE("(0x%lx, %d, 0x%ld, %08ld, %p)\n", hProv, Algid, hBaseData, dwFlags, phKey);
+	TRACE("(0x%lx, 0x%08x, 0x%lx, 0x%08lx, %p)\n", hProv, Algid, hBaseData, dwFlags, phKey);
 
 	if (!prov || !hash)
 		CRYPT_ReturnLastError(ERROR_INVALID_HANDLE);

-- 
Andreas Mohr                        Stauferstr. 6, D-71272 Renningen, Germany



More information about the wine-patches mailing list