]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-stream.cc
patch::: 1.3.130.jcn3
[lilypond.git] / lily / midi-stream.cc
index 2db634bdb6318857d9e5f218fef798b3e3f8f807..e45aa67b8857037faf6838b25c898223b8d39928 100644 (file)
@@ -3,7 +3,7 @@
 //
 // source file of the GNU LilyPond music typesetter
 //
-// (c)  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+// (c)  1997--2000 Jan Nieuwenhuizen <janneke@gnu.org>
 
 #include <fstream.h>
 #include "string.hh"
@@ -27,7 +27,7 @@ Midi_stream::~Midi_stream ()
   if (!*os_p_)
     {
       warning (_ ("Error syncing file (disk full?)"));
-      exit_status_i_ = 1;
+      exit_status_global = 1;
     }
   delete os_p_;
 }
@@ -74,5 +74,5 @@ Midi_stream::open ()
 {
   os_p_ = new ofstream (filename_str_.ch_C (),ios::out|ios::bin);
   if (!*os_p_)
-    error (_f ("Can't open file: `%s'", filename_str_));
+    error (_f ("can't open file: `%s'", filename_str_));
 }