bug 195093 : fix another mac bustage

This commit is contained in:
jshin%mailaps.org 2003-10-30 06:43:37 +00:00
Родитель a4571e7ffe
Коммит 3c987a6ff2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -287,7 +287,7 @@ nsresult nsDateTimeFormatMac::Initialize(nsILocale* locale)
}
// Get a script code and charset name from locale, if available
if (NS_SUCCEEDED(res) && !loceleStr.IsEmpty()) {
if (NS_SUCCEEDED(res) && !localeStr.IsEmpty()) {
mLocale.Assign(localeStr); // cache locale name
nsCOMPtr <nsIMacLocale> macLocale = do_GetService(NS_MACLOCALE_CONTRACTID, &res);