Index: polystitch.c =================================================================== --- polystitch.c (revision 30912) +++ polystitch.c (revision 30913) @@ -92,7 +92,7 @@ if (inner_poly) { outer_poly = find_enclosing_poly(inner_poly); if (outer_poly) { - pcb_cardinal_t n, end; + rnd_cardinal_t n, end; /* figure how many contour points the inner poly has (holes are going to be ignored) */ if (inner_poly->HoleIndexN > 0)