crypt32(2/8): Fix typo

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


This is a different typo than 1/8.
--Juan
-------------- next part --------------
From cc1b10e04257050c023dc85255561ff04828abd3 Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang at gmail.com>
Date: Tue, 14 Aug 2007 14:30:07 -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 d5e7734..2c09335 100644
--- a/dlls/crypt32/store.c
+++ b/dlls/crypt32/store.c
@@ -488,7 +488,7 @@ static void *CRYPT_CollectionAdvanceEnum
         pPrev = NULL;
     }
     else
-        child = storeEntry->store->certs.enumContext(storeEntry->store, NULL);
+        child = contextStore->enumContext(storeEntry->store, NULL);
     if (child)
         ret = CRYPT_CollectionCreateContextFromChild(store, storeEntry, child,
          contextSize, FALSE);
-- 
1.4.1


More information about the wine-patches mailing list