]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/all-font-metrics.cc
patch::: 1.3.130.jcn3
[lilypond.git] / lily / all-font-metrics.cc
index 33a4667ef707058c37c5575b06b91e2ec4d62f1b..43b9deee6c121b5a0aeda442eb22a36d5d3391a0 100644 (file)
@@ -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);