Index: obj_line_drcenf.c =================================================================== --- obj_line_drcenf.c (revision 6175) +++ obj_line_drcenf.c (revision 6176) @@ -284,7 +284,7 @@ info.solder = pcb_true; else { info.solder = pcb_false; - pcb_layer_list(PCB_LYT_TOP & PCB_LYT_SILK, &comp, 1); + pcb_layer_list(PCB_LYT_TOP | PCB_LYT_SILK, &comp, 1); } temp = length; /* assume the worst */ @@ -439,7 +439,7 @@ info.solder = pcb_true; else { info.solder = pcb_false; - pcb_layer_list(PCB_LYT_TOP & PCB_LYT_SILK, &comp, 1); + pcb_layer_list(PCB_LYT_TOP | PCB_LYT_SILK, &comp, 1); } /* search for intersection */