From 09ebf375777d4c9580196aa1378355082f8d24f4 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 10 Jan 2022 20:23:37 -0800 Subject: [PATCH] nodeIntersect: take a C99 bool for 'explicit_iurl' --- lib/common/emit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.40.0