src/fcmatch.c | 1 - 1 file changed, 1 deletion(-) New commits: commit 57ff677b1bd73acbf371955afe8d6399a06d46ac Author: Behdad Esfahbod <behdad@xxxxxxxxxx> Date: Mon Dec 18 21:28:23 2017 -0500 Remove a debug abort() Ouch! diff --git a/src/fcmatch.c b/src/fcmatch.c index f06d98a..04301f9 100644 --- a/src/fcmatch.c +++ b/src/fcmatch.c @@ -184,7 +184,6 @@ FcCompareRange (const FcValue *v1, const FcValue *v2, FcValue *bestValue) b1 = e1 = value1.u.d; break; case FcTypeRange: - abort(); b1 = value1.u.r->begin; e1 = value1.u.r->end; break; _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/fontconfig