]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.124
authorfred <fred>
Wed, 27 Mar 2002 00:35:25 +0000 (00:35 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:35:25 +0000 (00:35 +0000)
lily/all-font-metrics.cc
lily/include/tfm.hh

index 6d1fe1d95d356eb177b08828602083ffba50e390..0ebc486c678220463fc2c53ff4d872d4068b2813 100644 (file)
@@ -85,8 +85,8 @@ All_font_metrics::find_afm (String name)
 
       if (tfm->info_.checksum != afm->checksum_)
        {
-         String s = _f ("checksum mismatch for font file: `%s'", path.ch_C ());
-         s += _f ("does not match: `%s'", tfm->path_.ch_C()); // FIXME
+         String s = _f ("checksum mismatch for font file:\n`%s'", path.ch_C ());
+         s += " " + _f ("does not match: `%s'", tfm->path_.ch_C()); // FIXME
          s += "\n";
          s += " TFM: " + to_str ((int) tfm->info_.checksum);
          s += " AFM: " + to_str ((int) afm->checksum_);
@@ -138,7 +138,7 @@ All_font_metrics::find_tfm (String name)
 
       scm_unprotect_object (val);
     }
-    
+
   return
     dynamic_cast<Tex_font_metric*> (unsmob_metrics (val));
 }
index 2da00c7b5473de0dbab5af8841216c62b1d1f330..068ca68ae225cc1eebc045b8af1bcd866439d0ef 100644 (file)
@@ -161,8 +161,6 @@ public:
   Tfm_header header_;
   Array<Tex_font_char_metric> char_metrics_;
   Array<int> ascii_to_metric_idx_;
-
-  String path_;
 private:
   Tex_font_metric ();
 };