X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fkpath.cc;fp=lily%2Fkpath.cc;h=a56069e1d2350827a6d97fbcac461f133102cd42;hb=dc510dc2e5aee27277b0ca365db322b0490119e4;hp=cea15b6cd9069985e2b6299859f8ddbda5c4f007;hpb=11455243ac523df14bf7f29a15fa2f5bc6a5da1c;p=lilypond.git diff --git a/lily/kpath.cc b/lily/kpath.cc index cea15b6cd9..a56069e1d2 100644 --- a/lily/kpath.cc +++ b/lily/kpath.cc @@ -45,7 +45,7 @@ String kpathsea_find_afm (char const * name) { #if (KPATHSEA && HAVE_KPSE_FIND_FILE) - char * name_ptr = kpse_find_file (name, kpse_afm_format, true); + char * name_ptr = kpse_find_file (name, kpse_afm_format, false); if (!name_ptr) { @@ -75,7 +75,7 @@ kpathsea_find_tfm (char const *name) if (p) p = kpse_find_file (name, kpse_mf_format, true); - but we assume that if there is a .PFA, there is also a .TFM, + but we assume that if there is a .PFA, there is also a .TFM, and it's no use generating TFMs on the fly, because PFAs cannot be generated on the fly. */ char *p = kpse_find_file (name, kpse_tfm_format, false);