Index: sketch_route.c =================================================================== --- sketch_route.c (revision 30979) +++ sketch_route.c (revision 30980) @@ -1083,7 +1083,7 @@ for (i = 0; i < vtp0_len(&attached_path.lines); i++) { rnd_point_t *p1 = &((pcb_attached_line_t *) attached_path.lines.array[i])->Point1; rnd_point_t *p2 = &((pcb_attached_line_t *) attached_path.lines.array[i])->Point2; - pcb_render->draw_line(pcb_crosshair.GC, p1->X, p1->Y, p2->X, p2->Y); + rnd_render->draw_line(pcb_crosshair.GC, p1->X, p1->Y, p2->X, p2->Y); } } }