]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-stream.cc
Reorder patches/series
[lilypond.git] / lily / midi-stream.cc
index 75fe99e59fd66cbd3c3fe044fe5d46216ce749d2..d0f853109468727e0d038adeb1fb2a5194f4ad36 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2012 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
@@ -18,7 +18,7 @@
 */
 
 #include "midi-stream.hh"
-#include <cstring>
+
 #include <cerrno>
 using namespace std;
 
@@ -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