Index: plugins/rt_topo/laa3_render.c =================================================================== --- plugins/rt_topo/laa3_render.c (revision 1439) +++ plugins/rt_topo/laa3_render.c (revision 1440) @@ -161,7 +161,7 @@ gdl_remove(&S, l2r, link); -printf(" %p ly=%d: %s %f;%f %f;%f\n", l2r, ly, br1->parent->net->hdr.oid, br1->x, br1->y, br2->x, br2->y); +printf(" %p ly=%ld: %s %f;%f %f;%f\n", l2r, ly, br1->parent->net->hdr.oid, br1->x, br1->y, br2->x, br2->y); if (!l2r->inserted) { res2net = calloc(sizeof(rt_topo_2net_t), 1); res2net->x[0] = br1->x; res2net->y[0] = br1->y;