Index: trunk/src/find_geo.c =================================================================== --- trunk/src/find_geo.c (revision 36383) +++ trunk/src/find_geo.c (revision 36384) @@ -867,7 +867,7 @@ } /* now the difficult case of bloated for each island vs. island */ - if (Bloat > 0) { + if (Bloat != 0) { for(pa1 = pcb_poly_island_first(P1, &it1); pa1 != NULL; pa1 = pcb_poly_island_next(&it1)) { rnd_pline_t *c1 = pcb_poly_contour(&it1); for(pa2 = pcb_poly_island_first(P2, &it2); pa2 != NULL; pa2 = pcb_poly_island_next(&it2)) {