From: John Ellson Date: Thu, 8 Sep 2016 04:13:48 +0000 (-0400) Subject: revert change - not right X-Git-Tag: untagged-a22228c7bd6ed4c2a8f9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee4cdc97ef3f9f9107c0d90c58c4afd64f8f8236;p=graphviz revert change - not right --- 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,