Index: trunk/src_plugins/io_eagle/read.c =================================================================== --- trunk/src_plugins/io_eagle/read.c (revision 20915) +++ trunk/src_plugins/io_eagle/read.c (revision 20916) @@ -756,7 +756,7 @@ #warning TODO need to establish how mask clearance is defined and done in eagle pcb_coord_t mask_gap = clr; #warning TODO need to establish how paste clearance, if any, is defined and done in eagle - pcb_coord_t paste_gap = o; + pcb_coord_t paste_gap = 0; int current_layer = 0; if (!onbottom) { shapes[current_layer].layer_mask = PCB_LYT_TOP | PCB_LYT_MASK;