зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1725363 - Replace PL_strcasecmp with nsCRT::strcasecmp r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D129073
This commit is contained in:
Родитель
368311a741
Коммит
6a8f34efee
|
@ -1993,7 +1993,7 @@ eFontPrefLang gfxPlatformFontList::GetFontPrefLangFor(const char* aLang) {
|
|||
return eFontPrefLang_Others;
|
||||
}
|
||||
for (uint32_t i = 0; i < ArrayLength(gPrefLangNames); ++i) {
|
||||
if (!PL_strcasecmp(gPrefLangNames[i], aLang)) {
|
||||
if (!nsCRT::strcasecmp(gPrefLangNames[i], aLang)) {
|
||||
return eFontPrefLang(i);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче