зеркало из https://github.com/mozilla/gecko-dev.git
fix build bustage on unix.
This commit is contained in:
Родитель
5400ccaaa2
Коммит
c4a711ce9f
|
@ -646,7 +646,7 @@ nsMsgIncomingServer::StorePassword()
|
|||
rv = GetServerURI(getter_Copies(serverUri));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
nsAutoString password = pwd;
|
||||
nsAutoString password = (const char *)pwd;
|
||||
rv = walletservice->SI_StorePassword((const char *)serverUri, PR_FALSE, nsnull, password.GetUnicode());
|
||||
return rv;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче