crypt32(1/8): Fix typo

Juan Lang juan.lang at gmail.com
Tue Aug 14 17:41:04 CDT 2007


--Juan
-------------- next part --------------
From 0d337b96c076862510b02d69d1f270cbb6a5a455 Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang at gmail.com>
Date: Tue, 14 Aug 2007 14:29:41 -0700
Subject: [PATCH] Fix typo
---
 dlls/crypt32/store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/crypt32/store.c b/dlls/crypt32/store.c
index edf5e6c..d5e7734 100644
--- a/dlls/crypt32/store.c
+++ b/dlls/crypt32/store.c
@@ -819,7 +819,7 @@ static void *CRYPT_ProvEnumCRL(PWINECRYP
         /* same dirty trick: replace the returned context's hCertStore with
          * store.
          */
-        ((PCERT_CONTEXT)ret)->hCertStore = store;
+        ((PCRL_CONTEXT)ret)->hCertStore = store;
     }
     return ret;
 }
-- 
1.4.1


More information about the wine-patches mailing list