]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-file-results.cc
2003 -> 2004
[lilypond.git] / lily / input-file-results.cc
index 90bf8d4e2a717ff0e536da4ded7ca2e37ce4fc19..938af43ca4bb45f6c2f9045433dff7f40dfe6ed8 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 #include "config.h"
 
@@ -144,6 +144,7 @@ Input_file_results::Input_file_results (String init, String in_file, String out_
   if (parser.error_level_)
     {
       exit_status_global  = 1;
+      failed_files.push (in_file);
     }