From: Matthew Fernandez Date: Tue, 11 Jan 2022 04:23:37 +0000 (-0800) Subject: nodeIntersect: take a C99 bool for 'explicit_iurl' X-Git-Tag: 3.0.0~72^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09ebf375777d4c9580196aa1378355082f8d24f4;p=graphviz nodeIntersect: take a C99 bool for 'explicit_iurl' --- diff --git a/lib/common/emit.c b/lib/common/emit.c index 60bb99718..7ac7b3e3e 100644 --- a/lib/common/emit.c +++ b/lib/common/emit.c @@ -2733,8 +2733,8 @@ emit_edge_label(GVJ_t* job, textlabel_t* lbl, emit_state_t lkind, int explicit, * If the url is non-NULL or the tooltip was explicit, we set * a hot spot around point p. */ -static void nodeIntersect (GVJ_t * job, pointf p, - boolean explicit_iurl, char* iurl, boolean explicit_itooltip) { +static void nodeIntersect(GVJ_t *job, pointf p, bool explicit_iurl, char *iurl, + boolean explicit_itooltip) { obj_state_t *obj = job->obj; char* url; bool explicit;