Fix warning
This commit is contained in:
parent
484cb300ea
commit
8b29103196
|
@ -351,7 +351,7 @@ FcLangCompare (const FcChar8 *s1, const FcChar8 *s2)
|
||||||
{
|
{
|
||||||
FcChar8 c1, c2;
|
FcChar8 c1, c2;
|
||||||
FcLangResult result = FcLangDifferentLang;
|
FcLangResult result = FcLangDifferentLang;
|
||||||
FcChar8 *s1_orig = s1;
|
const FcChar8 *s1_orig = s1;
|
||||||
FcBool is_und;
|
FcBool is_und;
|
||||||
|
|
||||||
is_und = FcToLower (s1[0]) == 'u' &&
|
is_und = FcToLower (s1[0]) == 'u' &&
|
||||||
|
|
Loading…
Reference in New Issue