]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-stream.cc
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / lily / midi-stream.cc
index 9c059a0681edaa516d7e1375991819697a81237c..d0f853109468727e0d038adeb1fb2a5194f4ad36 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1997--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -51,7 +51,7 @@ Midi_stream::write (const string &str)
   size_t written = fwrite (str.data (), sz, n, out_file_);
 
   if (written != sz * n)
-    warning (_f ("cannot write to file: `%s'", str.data ()));
+    warning (_f ("cannot write to file: `%s'", file_name_string_.c_str ()));
 }
 
 void