Juan Lang : wintrust: Fix copy-paste error.

Alexandre Julliard julliard at winehq.org
Tue Feb 2 10:45:27 CST 2010


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Mon Feb  1 09:23:30 2010 -0800

wintrust: Fix copy-paste error.

---

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

diff --git a/dlls/wintrust/softpub.c b/dlls/wintrust/softpub.c
index 852976a..f753c93 100644
--- a/dlls/wintrust/softpub.c
+++ b/dlls/wintrust/softpub.c
@@ -395,8 +395,8 @@ static DWORD SOFTPUB_LoadCatalogMessage(CRYPT_PROVIDER_DATA *data)
     err = SOFTPUB_GetSIP(data);
     if (err)
         goto error;
-    err = SOFTPUB_GetMessageFromFile(data, data->pWintrustData->u.pFile->hFile,
-     data->pWintrustData->u.pFile->pcwszFilePath);
+    err = SOFTPUB_GetMessageFromFile(data, catalog,
+     data->pWintrustData->u.pCatalog->pcwszCatalogFilePath);
     if (err)
         goto error;
     err = SOFTPUB_CreateStoreFromMessage(data);




More information about the wine-cvs mailing list