]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.21
authorfred <fred>
Mon, 30 Dec 1996 17:27:13 +0000 (17:27 +0000)
committerfred <fred>
Mon, 30 Dec 1996 17:27:13 +0000 (17:27 +0000)
src/lexerinit.cc

index 3bc0d31aed97f8ca4b9bd8cd0973e0ffcf65046e..b401071f3a5c967a927de5db630fb12467724cb3 100644 (file)
@@ -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 << "["<<s<<flush;