[wintrust 2/3] Typo in TRACE

Paul Vriens Paul.Vriens at xs4all.nl
Mon Sep 11 14:34:05 CDT 2006


Hi,

typo find during debugging.

Changelog
  Typo in TRACE

Cheers,

Paul.
---
 dlls/wintrust/register.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wintrust/register.c b/dlls/wintrust/register.c
index 72d7a31..f6bd8aa 100644
--- a/dlls/wintrust/register.c
+++ b/dlls/wintrust/register.c
@@ -238,7 +238,7 @@ BOOL WINAPI WintrustAddActionID( GUID* p
     LONG Res;
     LONG WriteActionError = ERROR_SUCCESS;
 
-    TRACE("%p %lx %p\n", debugstr_guid(pgActionID), fdwFlags, psProvInfo);
+    TRACE("%s %lx %p\n", debugstr_guid(pgActionID), fdwFlags, psProvInfo);
 
     /* Some sanity checks.
      * We use the W2K3 last error as it makes more sense (W2K leaves the last error
-- 
1.4.2




More information about the wine-patches mailing list