]> granicus.if.org Git - graphviz/commitdiff
Fix missed int to float conversion
authorerg <devnull@localhost>
Fri, 3 Oct 2008 15:18:32 +0000 (15:18 +0000)
committererg <devnull@localhost>
Fri, 3 Oct 2008 15:18:32 +0000 (15:18 +0000)
lib/neatogen/neatoinit.c

index cf9332fa7bf846385c56cd7b40f9a2e5fad9c038..4106ee8cac4055bc001facac1648a9047b81ab85 100644 (file)
@@ -402,7 +402,7 @@ static pos_edge nop_init_edges(Agraph_t * g)
  * Scans for a correct bb attribute. If available, sets it
  * in the graph and returns 1.
  */
-#define BS "%d,%d,%d,%d"
+#define BS "%f,%f,%f,%f"
 
 static int chkBB(Agraph_t * g, attrsym_t * G_bb)
 {