]> granicus.if.org Git - graphviz/commitdiff
gdgen_ellipse: swap booleans for C99 bools
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 24 Oct 2021 17:48:47 +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 9958796c5d50375addf3fdfa6e79a2711ab46ecc..b2c95c398be4fb857729694540c2ed6998d31f46 100644 (file)
@@ -536,7 +536,7 @@ static void gdgen_ellipse(GVJ_t * job, pointf * A, int filled)
     gdImagePtr im = (gdImagePtr) job->context;
     double dx, dy;
     int pen;
-    boolean pen_ok, fill_ok;
+    bool pen_ok, fill_ok;
     gdImagePtr brush = NULL;
 
     if (!im)