FcCharSetIsSubset errored on fonts with subsets in early blocks and extra
blocks not present in the second argument
This commit is contained in:
parent
3910f3221b
commit
1b16ef20c9
|
@ -637,7 +637,7 @@ FcCharSetIsSubset (const FcCharSet *a, const FcCharSet *b)
|
|||
bi++;
|
||||
}
|
||||
}
|
||||
return FcTrue;
|
||||
return ai >= a->num;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue