Index: oldactions.c =================================================================== --- oldactions.c (revision 31006) +++ oldactions.c (revision 31007) @@ -151,7 +151,7 @@ printf(" [%d] `%s'", i, s); } rnd_hid_get_coords("Click X,Y for Debug", &x, &y, 0); - pcb_printf(" x,y %$mD\n", x, y); + rnd_printf(" x,y %$mD\n", x, y); RND_ACT_IRES(0); return 0; }