Fixed previous commit.

master
Logan Dethrow 2012-12-01 00:12:32 +00:00
parent 6cff95f8c7
commit 3e8fdb9daa
1 changed files with 1 additions and 1 deletions

View File

@ -2648,7 +2648,7 @@ std::vector<std::string> LLWindowSDL::getDynamicFallbackFontList()
// Sort the list of system fonts from most-to-least-desirable.
FcResult result;
fs = FcFontSort(NULL, sortpat, elide_unicode_coverage,
NULL, result);
NULL, &result);
FcPatternDestroy(sortpat);
}