FcCharSetIsSubset errored on fonts with subsets in early blocks and extra

blocks not present in the second argument
This commit is contained in:
Keith Packard 2003-03-18 08:03:42 +00:00
parent 3910f3221b
commit 1b16ef20c9
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ FcCharSetIsSubset (const FcCharSet *a, const FcCharSet *b)
bi++;
}
}
return FcTrue;
return ai >= a->num;
}
/*