[PATCH] crypt32: Add missing parameter to a TRACE.

Michael Stefaniuc mstefani at redhat.com
Wed Sep 26 11:57:38 CDT 2007


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

diff --git a/dlls/crypt32/object.c b/dlls/crypt32/object.c
index e12ace3..5dc6341 100644
--- a/dlls/crypt32/object.c
+++ b/dlls/crypt32/object.c
@@ -466,6 +466,6 @@ BOOL WINAPI CryptQueryObject(DWORD dwObjectType, const void *pvObject,
          dwExpectedContentTypeFlags, pdwMsgAndCertEncodingType, pdwContentType,
          phCertStore, phMsg);
     }
-    TRACE("returning %d\n");
+    TRACE("returning %d\n", ret);
     return ret;
 }
-- 
1.5.2.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070926/0216a50b/attachment.pgp 


More information about the wine-patches mailing list