Index: draw_fontsel.c =================================================================== --- draw_fontsel.c (revision 31006) +++ draw_fontsel.c (revision 31007) @@ -117,7 +117,7 @@ pcb_font_id_t target_fid = (txt == NULL) ? conf_core.design.text_font_id : txt->fid; nm = (f->name == NULL) ? "" : f->name; - pcb_snprintf(buf, sizeof(buf), "#%d [abc ABC 123] %s", f->id, nm); + rnd_snprintf(buf, sizeof(buf), "#%d [abc ABC 123] %s", f->id, nm); dchkbox(gc, x-4, *y, (f->id == target_fid));