]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-head.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / note-head.cc
index ddbc6d0962734309d879c8ad2fbb874499f373e8..b1cbf0d7caa409c60aefac528ab3f33bc76e6dcf 100644 (file)
@@ -63,7 +63,7 @@ internal_print (Grob *me, String *font_char)
 
   if (out.is_empty ())
     {
-      me->warning (_f ("note head `%s' not found", idx.to_str0 ()));
+      me->warning (_f ("note head `%s' not found", idx.c_str ()));
       out = Stencil (Box (Interval (0, 0), Interval (0, 0)), SCM_EOL);
     }
   else