From d85cc16ee387f1b9009b119516880024c391ef94 Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 3 Oct 2008 15:18:32 +0000 Subject: [PATCH] Fix missed int to float conversion --- lib/neatogen/neatoinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neatogen/neatoinit.c b/lib/neatogen/neatoinit.c index cf9332fa7..4106ee8ca 100644 --- a/lib/neatogen/neatoinit.c +++ b/lib/neatogen/neatoinit.c @@ -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) { -- 2.40.0