]> granicus.if.org Git - graphviz/commitdiff
used wrong type .. I thoght I checked that it compiled, but how??
authorJohn Ellson <ellson@research.att.com>
Wed, 6 Jan 2016 19:31:26 +0000 (14:31 -0500)
committerJohn Ellson <ellson@research.att.com>
Wed, 6 Jan 2016 19:31:26 +0000 (14:31 -0500)
lib/common/postproc.c

index af970f7108f183aa3bf435feb44fb1698fe1b9bc..8b0682dbee70c8e45e92dc2419ecfa46f5f9d582 100644 (file)
@@ -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)
 {