[Fontconfig] fontconfig: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Dec 19 03:18:07 UTC 2017


 src/fcmatch.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 57ff677b1bd73acbf371955afe8d6399a06d46ac
Author: Behdad Esfahbod <behdad at behdad.org>
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;


More information about the Fontconfig mailing list