]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/warn.cc
2003 -> 2004
[lilypond.git] / lily / warn.cc
index 492824563cae634cb9164d519b3113ff4586fd6d..9193017cda6dc267b0458a8868ecb693b6dfaec3 100644 (file)
@@ -3,16 +3,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <stdio.h>
+
 #include "string.hh"
+#include "main.hh"
 
 void
 progress_indication (String s)
 {
- fputs (s.ch_C(), stderr);
+ fputs (s.to_str0 (), stderr);
  fflush (stderr);
 }