diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2017-12-18 21:28:23 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2017-12-18 22:18:03 -0500 |
commit | 57ff677b1bd73acbf371955afe8d6399a06d46ac (patch) | |
tree | d93e2b066b2493c96c4c3604c404b16355e9dbe9 /src | |
parent | aa85a2b3b6b652c079e895865e800e3d9b60a5f5 (diff) |
Remove a debug abort()
Ouch!
Diffstat (limited to 'src')
-rw-r--r-- | src/fcmatch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fcmatch.c b/src/fcmatch.c index f06d98aa..04301f95 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; |