From: fred Date: Mon, 30 Dec 1996 17:27:13 +0000 (+0000) Subject: lilypond-0.0.21 X-Git-Tag: release/1.5.59~6459 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=55aaa0306171770e109d9bb18e679cd60d7d5ff4;p=lilypond.git lilypond-0.0.21 --- diff --git a/src/lexerinit.cc b/src/lexerinit.cc index 3bc0d31aed..b401071f3a 100644 --- a/src/lexerinit.cc +++ b/src/lexerinit.cc @@ -47,7 +47,7 @@ Input_file::Input_file(String s) is = new ifstream( s ); if ( ! *is) { - String e("cant open " + s); + String e("can\'t open `" + s+"\'"); error(e); } cout << "["<