diff options
author | yami <34216515+kn-yami@users.noreply.github.com> | 2018-07-22 15:29:06 +0200 |
---|---|---|
committer | yami <34216515+kn-yami@users.noreply.github.com> | 2018-07-22 15:29:06 +0200 |
commit | bdcae58fa6d4e96eddf1b115f58a4ff53446f78f (patch) | |
tree | 10f503587c467c6a0bdcd95b80c68fa84297813f /security/manager/ssl/TransportSecurityInfo.cpp | |
parent | 14c53fcf71dbcae1472b4713817ac3851cd22b77 (diff) | |
download | uxp-bdcae58fa6d4e96eddf1b115f58a4ff53446f78f.tar.gz |
replace "certErrorCodePrefix2" with "certErrorCodePrefix"
Diffstat (limited to 'security/manager/ssl/TransportSecurityInfo.cpp')
-rw-r--r-- | security/manager/ssl/TransportSecurityInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/manager/ssl/TransportSecurityInfo.cpp b/security/manager/ssl/TransportSecurityInfo.cpp index fe39f40171..0e2238ad02 100644 --- a/security/manager/ssl/TransportSecurityInfo.cpp +++ b/security/manager/ssl/TransportSecurityInfo.cpp @@ -854,7 +854,7 @@ AppendErrorTextCode(PRErrorCode errorCodeToReport, nsString formattedString; nsresult rv; - rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix2", + rv = component->PIPBundleFormatStringFromName("certErrorCodePrefix", params, 1, formattedString); if (NS_SUCCEEDED(rv)) { |