]> granicus.if.org Git - graphviz/commitdiff
nodeIntersect: take a C99 bool for 'explicit_iurl'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 11 Jan 2022 04:23:37 +0000 (20:23 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 12 Jan 2022 01:19:32 +0000 (17:19 -0800)
lib/common/emit.c

index 60bb99718c7b9c4b7ad5c079e67551b891aa2823..7ac7b3e3efa096f10ad26cc011c2a36ad6515f76 100644 (file)
@@ -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;