]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/repeat-acknowledge-engraver.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / repeat-acknowledge-engraver.cc
index 1a227022417e84a0ca4ce1f2c5e9dbdcb0de4ed0..6de07648c185698adf07d6dae6b3b6579093854b 100644 (file)
@@ -102,7 +102,7 @@ Repeat_acknowledge_engraver::process_music ()
   if (!scm_is_string (wb) || ly_is_equal (db, wb))
     {
       if (s != "" || (volta_found && !scm_is_string (wb)))
-       context ()->set_property ("whichBar", scm_makfrom0str (s.to_str0 ()));
+       context ()->set_property ("whichBar", scm_makfrom0str (s.c_str ()));
     }
 }