From ee4cdc97ef3f9f9107c0d90c58c4afd64f8f8236 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Thu, 8 Sep 2016 00:13:48 -0400 Subject: [PATCH] revert change - not right --- lib/gvc/gvrender.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gvc/gvrender.c b/lib/gvc/gvrender.c index 2eed4330e..8b0455d44 100644 --- a/lib/gvc/gvrender.c +++ b/lib/gvc/gvrender.c @@ -187,7 +187,7 @@ pointf *gvrender_ptf_A(GVJ_t * job, pointf * af, pointf * AF, int n) static int gvrender_comparestr(const void *s1, const void *s2) { - return strcmp(s1, s2); + return strcmp(*(char**)s1, *(char**)s2); } static void gvrender_resolve_color(gvrender_features_t * features, -- 2.40.0