4.60 beta

This commit is contained in:
Igor Pavlov
2008-08-19 00:00:00 +00:00
committed by Kornel Lesiński
parent 173c07e166
commit c10e6b16f6
107 changed files with 490 additions and 503 deletions
+1 -4
View File
@@ -170,8 +170,5 @@ STDMETHODIMP CExtractCallBackImp::CryptoGetTextPassword(BSTR *password)
RINOK(GetPassword(m_Password));
m_PasswordIsDefined = true;
}
CMyComBSTR tempName = m_Password;
*password = tempName.Detach();
return S_OK;
return StringToBstr(m_Password, password);
}