Index: rnd_inclib/font/font_lht.h =================================================================== --- rnd_inclib/font/font_lht.h (revision 36619) +++ rnd_inclib/font/font_lht.h (revision 36620) @@ -181,7 +181,7 @@ free(realfn); if (doc == NULL) { - if (!pcb_io_err_inhibit) + if (!quiet) rnd_message(RND_MSG_ERROR, "Error loading '%s': %s\n", fn, errmsg); free(errmsg); return -1;