Index: polyhelp.c =================================================================== --- polyhelp.c (revision 30906) +++ polyhelp.c (revision 30907) @@ -172,7 +172,7 @@ e->x2 = x2; e->y2 = y2; - pcb_box_bump_box(&dst->bbox, b); + rnd_box_bump_box(&dst->bbox, b); pcb_r_insert_entry(dst->edge_tree, (pcb_box_t *)e); }