Index: tetest.c =================================================================== --- tetest.c (revision 31019) +++ tetest.c (revision 31020) @@ -92,7 +92,7 @@ } if (accept) { TODO("calculate dia"); - dia = PCB_MM_TO_COORD(0.5); + dia = RND_MM_TO_COORD(0.5); if ((minshp == NULL) || (dia < mindia)) { minshp = shp; shx = 0; shy = 0;