Juan Lang : crypt32: Fix typo.

Alexandre Julliard julliard at winehq.org
Tue Jan 27 09:06:58 CST 2009


Module: wine
Branch: master
Commit: 4de59850d55fa0587990d62d03b57f3f6c57b4cc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4de59850d55fa0587990d62d03b57f3f6c57b4cc

Author: Juan Lang <juan.lang at gmail.com>
Date:   Sat Jan 24 17:48:21 2009 -0800

crypt32: Fix typo.

---

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

diff --git a/dlls/crypt32/collectionstore.c b/dlls/crypt32/collectionstore.c
index be8eddf..12eb7c3 100644
--- a/dlls/crypt32/collectionstore.c
+++ b/dlls/crypt32/collectionstore.c
@@ -95,7 +95,7 @@ static BOOL CRYPT_CollectionAddContext(PWINE_COLLECTIONSTORE store,
         contextFuncs = (PCONTEXT_FUNCS)((LPBYTE)storeEntry->store +
          contextFuncsOffset);
         ret = contextFuncs->addContext(storeEntry->store, context,
-         existingLinked, childContext);
+         existingLinked, (const void **)&childContext);
     }
     else
     {




More information about the wine-cvs mailing list