]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/source-file.cc
Use double ; in comment (single ; sometimes cause trouble)
[lilypond.git] / lily / source-file.cc
index d847605425b0d9be7a9ec79bf66f0d2b462a8004..6ecedc9854f1880df2106802053df8dfa0aadb92 100644 (file)
@@ -182,7 +182,7 @@ Source_file::file_line_column_string (char const *context_str0) const
       get_counts (context_str0, &l, &ch, &col, &offset);
 
       return name_string () + ":" + to_string (l)
-             + ":" + to_string (col);
+             + ":" + to_string (col + 1);
     }
 }