зеркало из https://github.com/mozilla/gecko-dev.git
fix NSS bustage
This commit is contained in:
Родитель
43c4b186f7
Коммит
7f8b43512f
|
@ -3719,9 +3719,9 @@ nsNSSCertificateDB::getCertNames(CERTCertList *certList,
|
|||
if (sc) *sc = DELIM;
|
||||
}
|
||||
nsAutoString certname = NS_ConvertASCIItoUCS2(namestr);
|
||||
certstr.AppendWithConversion(DELIM);
|
||||
certstr.Append(DELIM);
|
||||
certstr += certname;
|
||||
certstr.AppendWithConversion(DELIM);
|
||||
certstr.Append(DELIM);
|
||||
certstr += keystr;
|
||||
tmpArray[i++] = ToNewUnicode(certstr);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче