Index: search.c =================================================================== --- search.c (revision 29792) +++ search.c (revision 29793) @@ -1246,7 +1246,7 @@ if ((HigherAvail & (PCB_OBJ_PSTK)) == 0 && Type & PCB_OBJ_GFX && SearchGfxByLocation(objst, req_flag, (pcb_layer_t **)Result1, (pcb_gfx_t **)Result2, (pcb_gfx_t **)Result3)) - return PCB_OBJ_ARC; + return PCB_OBJ_GFX; } return 0;