Index: ttf.c =================================================================== --- ttf.c (revision 30899) +++ ttf.c (revision 30900) @@ -46,7 +46,7 @@ static const char pcb_acth_LoadTtfGlyphs[] = "Loads glyphs from an outline ttf in the specified source range, optionally remapping them to dstchars range in the pcb-rnd font"; fgw_error_t pcb_act_LoadTtfGlyphs(fgw_arg_t *res, int argc, fgw_arg_t *argv) { - PCB_ACT_IRES(-1); + RND_ACT_IRES(-1); return 0; }