]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/all-font-metrics.cc
patch::: 1.3.135.jcn3
[lilypond.git] / lily / all-font-metrics.cc
index 33a4667ef707058c37c5575b06b91e2ec4d62f1b..6f749f85cc14d719fe8d43fb5a82c6d712addea5 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -81,7 +81,8 @@ All_font_metrics::find_afm (String name)
 
       if (tfm->info_.checksum != afm->checksum_)
        {
-         String s = _f ("checksum mismatch for font file:\n`%s'", path.ch_C ());
+         String s = _f ("checksum mismatch for font file: `%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);