]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / pitch.cc
index 245c8660304a9ad7c300b21e38239863cd73c397..6f5ea965eea5225bbf40811d54cd3c253543bbc0 100644 (file)
@@ -245,7 +245,7 @@ Pitch::print_smob (SCM s, SCM port, scm_print_state *)
 {
   Pitch *r = (Pitch *) SCM_CELL_WORD_1 (s);
   scm_puts ("#<Pitch ", port);
-  scm_display (scm_makfrom0str (r->to_string ().to_str0 ()), port);
+  scm_display (scm_makfrom0str (r->to_string ().c_str ()), port);
   scm_puts (" >", port);
   return 1;
 }