diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llwindow/llwindowsdl.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowsdl.cpp b/indra/llwindow/llwindowsdl.cpp index c7b141d7c1..9ea76df479 100644 --- a/indra/llwindow/llwindowsdl.cpp +++ b/indra/llwindow/llwindowsdl.cpp @@ -2645,8 +2645,9 @@ std::vector<std::string> LLWindowSDL::getDynamicFallbackFontList()  	if (sortpat)  	{  		// Sort the list of system fonts from most-to-least-desirable. +		FcResult result;  		fs = FcFontSort(NULL, sortpat, elide_unicode_coverage, -				NULL, NULL); +				NULL, &result);  		FcPatternDestroy(sortpat);  	}  | 
