]> granicus.if.org Git - graphviz/commitdiff
Fix uses of bool which assumed bool = unsigned char.
authorerg <devnull@localhost>
Mon, 22 May 2006 17:39:35 +0000 (17:39 +0000)
committererg <devnull@localhost>
Mon, 22 May 2006 17:39:35 +0000 (17:39 +0000)
lib/dotgen/sameport.c

index f6d0698ff207b64358dd5accddc013d94d17b5e1..05b03bbb7af91191dbccc15dc272d60749422805 100644 (file)
@@ -165,7 +165,7 @@ static void sameport(node_t * u, elist * l, double arr_len)
        (MC_SCALE * (ND_lw_i(u) + prt.p.x)) / (ND_lw_i(u) + ND_rw_i(u));
     prt.constrained = FALSE;
     prt.defined = TRUE;
-    prt.clip = 0;
+    prt.clip = FALSE;
     prt.theta = 0;
     prt.side = 0;