]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parse-scm.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / parse-scm.cc
index 834fac644955cfa01c1d9115eca9569d350ceeae..4aee3942903de7959dbb7dc5800deb99180780d6 100644 (file)
@@ -25,7 +25,7 @@ internal_ly_parse_scm (Parse_start *ps)
   Source_file *sf = ps->start_location_.get_source_file ();
   SCM port = sf->get_port ();
 
-  int off = ps->start_location_.start () - sf->to_str0 ();
+  int off = ps->start_location_.start () - sf->c_str ();
 
   scm_seek (port, scm_long2num (off), scm_long2num (SEEK_SET));
   SCM from = scm_ftell (port);