Index: route_style.c =================================================================== --- route_style.c (revision 31019) +++ route_style.c (revision 31020) @@ -117,7 +117,7 @@ /* for backwards-compatibility, we use a 10-mil default * for styles which omit the clearance specification. */ if (*s != ',') - routeStyle->Clearance = PCB_MIL_TO_COORD(10); + routeStyle->Clearance = RND_MIL_TO_COORD(10); else { s++; while (*s && isspace((int) *s))