[PATCH] cryptdlg/main.c : Remove an unused variable.

Amine Khaldi amine48rz at gmail.com
Wed Dec 16 11:39:47 CST 2009


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

diff --git a/dlls/cryptdlg/main.c b/dlls/cryptdlg/main.c
index 1971578..f6653ec 100644
--- a/dlls/cryptdlg/main.c
+++ b/dlls/cryptdlg/main.c
@@ -535,7 +535,7 @@ static BOOL CRYPT_FormatCPS(DWORD dwCertEncodingType,
      pbEncoded, cbEncoded, CRYPT_DECODE_ALLOC_FLAG, NULL, &cpsValue, &size)))
     {
         LPCWSTR headingSep, sep;
-        DWORD headingSepLen, sepLen;
+        DWORD sepLen;
 
         if (dwFormatStrType & CRYPT_FORMAT_STR_MULTI_LINE)
         {
@@ -547,8 +547,8 @@ static BOOL CRYPT_FormatCPS(DWORD dwCertEncodingType,
             headingSep = colonSpace;
             sep = commaSep;
         }
+
         sepLen = strlenW(sep);
-        headingSepLen = strlenW(headingSep);
 
         if (dwFormatStrType & CRYPT_FORMAT_STR_MULTI_LINE)
         {
-- 
1.6.5.1.1367.gcd48


--------------030501020206070805070106--



More information about the wine-patches mailing list