Index: stub_draw.c =================================================================== --- stub_draw.c (revision 30979) +++ stub_draw.c (revision 30980) @@ -35,7 +35,7 @@ { pcb_text_t t; - pcb_render->set_color(gc, rnd_color_red); + rnd_render->set_color(gc, rnd_color_red); memset(&t, 0, sizeof(t)); t.TextString = (char *)str;