X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Freel_writer.cc;h=baeabc4fd0ff2ddf09fc0371fe1779d55147d794;hp=f02091449d6cb93f04c24343d2a0b5ffb854665b;hb=e9da7e570a65bcf13002e0303404acb5680927d9;hpb=8dfe86431424fa6c43a0ff3ca092989d21a47dbf diff --git a/src/lib/reel_writer.cc b/src/lib/reel_writer.cc index f02091449..baeabc4fd 100644 --- a/src/lib/reel_writer.cc +++ b/src/lib/reel_writer.cc @@ -440,7 +440,7 @@ ReelWriter::finish (boost::filesystem::path output_dcp) boost::filesystem::rename (film()->file(aaf), atmos_to, ec); if (ec) { throw FileError ( - String::compose(_("could not move atmos asset into the DCP (%1)"), error_details(ec), aaf + String::compose(_("could not move atmos asset into the DCP (%1)"), error_details(ec)), aaf ); }