X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscores.cc;h=c711d24a2bf2f7ba1e110015c1e639477cf93063;hb=9627516f833fcd89ce59351ae90dc722ec96a2c5;hp=2e4e6b8bb5260dfa301434b1b2bf318fbea89789;hpb=2a45361f9b49c4559c5a72c63cce1d1eed0649ed;p=lilypond.git diff --git a/lily/scores.cc b/lily/scores.cc index 2e4e6b8bb5..c711d24a2b 100644 --- a/lily/scores.cc +++ b/lily/scores.cc @@ -41,7 +41,7 @@ void write_dependency_file (String fn, Array targets, { const int WRAPWIDTH = 65; - progress_indication (_f ("dependencies output to %s...", fn.ch_C ())); + progress_indication (_f ("dependencies output to `%s'...", fn.ch_C ())); progress_indication ("\n"); ofstream f (fn.ch_C ()); if (!f)