зеркало из https://github.com/mozilla/gecko-dev.git
Add an explicit check for CODESET to fix OpenBSD bustage. r=bstell@netscape.com
This commit is contained in:
Родитель
abc592f040
Коммит
857e11c362
|
@ -232,7 +232,7 @@ nsUNIXCharset::InitGetCharset(nsString &oString)
|
|||
nsString aCharset;
|
||||
nsresult res;
|
||||
|
||||
#if HAVE_NL_LANGINFO
|
||||
#if HAVE_NL_LANGINFO && defined(CODESET)
|
||||
nl_langinfo_codeset = nl_langinfo(CODESET);
|
||||
NS_ASSERTION(nl_langinfo_codeset, "cannot get nl_langinfo(CODESET)");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче