From 1b16ef20c9c7dd5c3e861a392e886cbe6c046306 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Mar 2003 08:03:42 +0000 Subject: [PATCH] FcCharSetIsSubset errored on fonts with subsets in early blocks and extra blocks not present in the second argument --- src/fccharset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fccharset.c b/src/fccharset.c index a8fffdd..1c0ebdd 100644 --- a/src/fccharset.c +++ b/src/fccharset.c @@ -637,7 +637,7 @@ FcCharSetIsSubset (const FcCharSet *a, const FcCharSet *b) bi++; } } - return FcTrue; + return ai >= a->num; } /* -- 2.39.2