]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-stream.cc
Web-ja: update introduction
[lilypond.git] / lily / midi-stream.cc
index 1c7153a1e39098699f06eacb738b549434caaae9..d0f853109468727e0d038adeb1fb2a5194f4ad36 100644 (file)
@@ -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