]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 9 Apr 2004 13:52:39 +0000 (13:52 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 9 Apr 2004 13:52:39 +0000 (13:52 +0000)
lily/kpath.cc

index cea15b6cd9069985e2b6299859f8ddbda5c4f007..a56069e1d2350827a6d97fbcac461f133102cd42 100644 (file)
@@ -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);