Bug 620269 unreachable code in nsPlatformCharset::GetDefaultCharsetForLocale if HAVE_LANGINFO_CODESET

r=smontagu a=bsmedberg
This commit is contained in:
timeless@mozdev.org 2011-01-05 14:17:09 -08:00
Родитель f90a8663b9
Коммит f7f59c29a2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -153,8 +153,7 @@ nsPlatformCharset::GetDefaultCharsetForLocale(const nsAString& localeName, nsACS
// until we add multi locale support: use the the charset of the user's locale
oResult = mCharset;
return NS_SUCCESS_USING_FALLBACK_LOCALE;
#endif
#else
//
// convert from locale to charset
// using the deprecated locale to charset mapping
@ -167,6 +166,7 @@ nsPlatformCharset::GetDefaultCharsetForLocale(const nsAString& localeName, nsACS
NS_ERROR("unable to convert locale to charset using deprecated config");
oResult.AssignLiteral("ISO-8859-1");
return NS_SUCCESS_USING_FALLBACK_LOCALE;
#endif
}
nsresult