Index: work/bug_files/TODO/drc1.patch =================================================================== --- work/bug_files/TODO/drc1.patch (revision 37281) +++ work/bug_files/TODO/drc1.patch (nonexistent) @@ -1,13 +0,0 @@ -Index: find_geo.c -=================================================================== ---- find_geo.c (revision 36079) -+++ find_geo.c (working copy) -@@ -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)) {