]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-def.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / context-def.cc
index 2f5362a0522797c990057fb7c8d311a8becafbbc..6f91d8292a58a0189e0be3dd9b57fc69bf3b61e7 100644 (file)
@@ -121,7 +121,7 @@ Context_def::add_context_mod (SCM mod)
     {
       if (!get_translator (sym))
        error (_f ("program has no such type: `%s'",
-                  ly_symbol2string (sym).to_str0 ()));
+                  ly_symbol2string (sym).c_str ()));
       else
        translator_mods_ = scm_cons (scm_list_2 (tag, sym), translator_mods_);
     }