]> granicus.if.org Git - graphviz/commitdiff
gdgen_polygon: swap booleans for C99 bools
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 24 Oct 2021 17:48:13 +0000 (10:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Oct 2021 19:26:19 +0000 (12:26 -0700)
plugin/gd/gvrender_gd.c

index 3cf320c255e3d9c49a97ab40e4f7d51fe0067719..9958796c5d50375addf3fdfa6e79a2711ab46ecc 100644 (file)
@@ -502,7 +502,7 @@ static void gdgen_polygon(GVJ_t * job, pointf * A, int n, int filled)
     gdImagePtr brush = NULL;
     int i;
     int pen;
-    boolean pen_ok, fill_ok;
+    bool pen_ok, fill_ok;
 
     if (!im)
        return;