Fix crash when replying to messages in mail/news. No bug and not part of the default build. (Is it possible that no one was using EnumerateAllFonts before?)

This commit is contained in:
blizzard%redhat.com 2003-04-18 13:59:37 +00:00
Родитель f62f25ef20
Коммит e1ec26745c
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1787,7 +1787,8 @@ EnumFontsXft(nsIAtom* aLangGroup, const char* aGeneric,
goto end;
// take the pattern and add the lang group to it
AddLangGroup(pat, aLangGroup);
if (aLangGroup)
AddLangGroup(pat, aLangGroup);
// get the font list
fs = FcFontList(0, pat, os);