]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-stream.cc
Merge branch 'lilypond/translation'
[lilypond.git] / lily / midi-stream.cc
index bcaefe7c181fc461fde48f8a6b9b744c865321cf..df363385cf8ae736548639bf58c86dcb6777c288 100644 (file)
@@ -41,7 +41,7 @@ Midi_stream::write (string str)
   size_t written = fwrite (str.data (), sz, n, out_file_);
 
   if (written != sz * n)
-    warning (_ ("cannot write to file: `%s'"));
+    warning (_f ("cannot write to file: `%s'", str.data ()));
 }
 
 void