]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input.cc
* Another grand 2003 update.
[lilypond.git] / lily / input.cc
index 381907d635cc7760d6ca6d971bcac117fc6e6616..d5bfe1e958a3987bff9c27dfcee8eb1b478a6cf4 100644 (file)
@@ -3,7 +3,7 @@
 
  source file of the LilyPond music typesetter
 
-  (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <stdio.h>
@@ -79,6 +79,7 @@ Input::message (String message_string) const
     str += source_file_->error_string (defined_str0_);
    }
   fprintf (stderr, "%s\n", str.to_str0 ());
+  fflush (stderr);
 }
 
 void