From: John Ellson Date: Wed, 6 Jan 2016 19:31:26 +0000 (-0500) Subject: used wrong type .. I thoght I checked that it compiled, but how?? X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b3f71e9d563ecfebaedc2aab284c2cd21b62fcb;p=graphviz used wrong type .. I thoght I checked that it compiled, but how?? --- diff --git a/lib/common/postproc.c b/lib/common/postproc.c index af970f710..8b0682dbe 100644 --- a/lib/common/postproc.c +++ b/lib/common/postproc.c @@ -423,7 +423,7 @@ static int cmp_obj(xlabel_state* state, object_t* obj0, object_t* obj1) // EL5 has glibc 2.5 and no qsort_r static xlabel_state *XLABS; // global -typedef int (*qsort_r_cmpf) (const void *, const void *); +typedef int (*qsort_cmpf) (const void *, const void *); static int cmp_obj(object_t* obj0, object_t* obj1) {