Index: trunk/src/search.c =================================================================== --- trunk/src/search.c (revision 31610) +++ trunk/src/search.c (revision 31611) @@ -547,7 +547,7 @@ static rnd_r_dir_t gfxpoint_callback(const rnd_rnd_box_t *box, void *cl) { pcb_gfx_t *gfx = (pcb_gfx_t *)box; - gfxptcb_t *ctx = (ptcb_t *)cl; + gfxptcb_t *ctx = (gfxptcb_t *)cl; double d; pcb_data_t *dt; int n;