]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-smob.cc
* buildscripts/analyse-cxx-log.py: new file. Read compile log to
[lilypond.git] / lily / input-smob.cc
index 03c9da46b0d9f2f06963deca275b964bfe3719e3..00c93305e783949c9cae23263ecb0d68c829669e 100644 (file)
@@ -27,7 +27,7 @@ static int
 print_smob (SCM s, SCM port, scm_print_state *)
 {
   String str = "#<location " + unsmob_input (s)->location_string () + ">";
-  scm_puts (str.to_str0 (), port);
+  scm_puts (str.c_str (), port);
   return 1;
 }