]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-ctors.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / translator-ctors.cc
index ff5e3823f7c8062649c2cb818fe088af3249aba4..65bfa015fe5984b7057d56ab6b196c43425a55a2 100644 (file)
@@ -47,7 +47,7 @@ get_translator (SCM sym)
     global_translator_dict->try_retrieve (sym, &v);
 
   if (v == SCM_BOOL_F)
-    error (_f ("unknown translator: `%s'", ly_symbol2string (sym).to_str0 ()));
+    error (_f ("unknown translator: `%s'", ly_symbol2string (sym).c_str ()));
 
   return unsmob_translator (v);
 }