]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/warn.cc
*** empty log message ***
[lilypond.git] / flower / warn.cc
index a0a36a8aa83f2748a40c2d8cff8eaa26c7a28d91..270b4c2525ad190f6d3ce7578adc668c25beab7f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the Flower Library
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <stdlib.h>
@@ -16,6 +16,7 @@ void
 message (String s)
 {
   fputs (s.to_str0 (), stderr);
+  fflush (stderr);
 }
 
 void