From: Matthew Fernandez Date: Thu, 8 Sep 2022 00:27:49 +0000 (-0700) Subject: dotgen make_flat_bottom_edges: use a clearer type for 'use_splines' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=081794a16d10c0a79f88fd0c2475b780534b1af9;p=graphviz dotgen make_flat_bottom_edges: use a clearer type for 'use_splines' --- diff --git a/lib/dotgen/dotsplines.c b/lib/dotgen/dotsplines.c index 8f8ebc18a..15c194755 100644 --- a/lib/dotgen/dotsplines.c +++ b/lib/dotgen/dotsplines.c @@ -1477,7 +1477,7 @@ make_flat_labeled_edge(graph_t* g, spline_info_t* sp, path* P, edge_t* e, int et */ static void make_flat_bottom_edges(graph_t* g, spline_info_t* sp, path * P, edge_t ** edges, int - ind, int cnt, edge_t* e, int use_splines) + ind, int cnt, edge_t* e, bool use_splines) { node_t *tn, *hn; int j, i, r;