From: fred Date: Wed, 5 Feb 1997 22:36:57 +0000 (+0000) Subject: lilypond-0.0.28 X-Git-Tag: release/1.5.59~6361 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ad137bc8708413a1ef167d564cb898527b5fd406;p=lilypond.git lilypond-0.0.28 --- diff --git a/src/sourcefile.cc b/src/sourcefile.cc index 4792483056..f279fae129 100644 --- a/src/sourcefile.cc +++ b/src/sourcefile.cc @@ -174,3 +174,9 @@ Source_file::unmap() size_off_m = 0; } } +String +Source_file::file_line_no_str(const char *cch_c_l ) +{ + return name_str() + ": " + + String( line_i( cch_c_l ) ); +}