Index: line.c =================================================================== --- line.c (revision 3396) +++ line.c (revision 3397) @@ -258,7 +258,7 @@ Coord dx, dy, temp, last, length; Coord temp2, last2, length2; LineType line1, line2; - Cardinal group, comp; + pcb_cardinal_t group, comp; struct drc_info info; pcb_bool two_lines, x_is_long, blocker; PointType ans; @@ -418,7 +418,7 @@ PointType r45, rs; pcb_bool shift; double r1, r2; - int refraction = conf_core.editor.line_refraction; + int refraction = conf_core.editor.line_refraction; /* Silence a bogus compiler warning by storing this in a variable */ int layer_idx = INDEXOFCURRENT;