Index: font.c =================================================================== --- font.c (revision 26976) +++ font.c (revision 26977) @@ -106,7 +106,7 @@ if (res != 0) { const char *s; gds_t buff; - s = conf_concat_strlist(&conf_core.rc.default_font_file, &buff, NULL, ':'); + s = pcb_conf_concat_strlist(&conf_core.rc.default_font_file, &buff, NULL, ':'); pcb_message(PCB_MSG_WARNING, "Can't find font-symbol-file. Searched: '%s'; falling back to the embedded default font\n", s); pcb_font_load_internal(&pcb->fontkit.dflt); pcb_file_loaded_set_at("font", "default", "", "original default font");