зеркало из https://github.com/mozilla/gecko-dev.git
Fixed a compile error introduced by the previous commiter.
This commit is contained in:
Родитель
25ec09641d
Коммит
cb0fd1a8b4
|
@ -436,7 +436,7 @@ NS_IMETHODIMP nsFontEnumeratorPh::EnumerateFonts( const char* aLangGroup, const
|
|||
{
|
||||
array[nCount++] = ToNewUnicode(*gFontNames[i]);
|
||||
}
|
||||
else if stricmp(generic, "monospace") == 0)
|
||||
else if(stricmp(generic, "monospace") == 0)
|
||||
{
|
||||
if(gFontDetails[i].flags & PHFONT_INFO_FIXED)
|
||||
array[nCount++] = ToNewUnicode(*gFontNames[i]);
|
||||
|
|
Загрузка…
Ссылка в новой задаче