Index: trunk/src/font_act.c =================================================================== --- trunk/src/font_act.c (revision 11457) +++ trunk/src/font_act.c (revision 11458) @@ -89,8 +89,9 @@ if (dst_fid != -1) { pcb_move_font(&PCB->fontkit, fnt->id, dst_fid); } - - pcb_message(PCB_MSG_INFO, "LoadFontFrom(): new font (ID %d) successfully loaded from file %s\n", fnt->id, fname); + + fid = dst_fid == 0 ? 0 : fnt->id; + pcb_message(PCB_MSG_INFO, "LoadFontFrom(): new font (ID %d) successfully loaded from file %s\n", fid, fname); return 0; }