Index: obj_line_drcenf.c =================================================================== --- obj_line_drcenf.c (revision 31004) +++ obj_line_drcenf.c (revision 31005) @@ -494,7 +494,7 @@ /* shift forces the line lookahead path to refract the alternate way */ shift = rnd_gui->shift_is_pressed(rnd_gui); - if (PCB_XOR(r1 > r2, shift)) { + if (RND_XOR(r1 > r2, shift)) { if (conf_core.editor.line_refraction != 0) { if (shift) { if (conf_core.editor.line_refraction !=2)