X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fext.cc;h=86821bfa11336fcf3c8556c55fea3a41283c2a6b;hp=b7481e293eae818d152ea9b9da1ec2b51b8ff9be;hb=60b80e1051c8c20ebce4b757d3fb67491dfdb79d;hpb=1484f4e3642e3ddcb10515eb0f32b00370968da3 diff --git a/src/lib/ext.cc b/src/lib/ext.cc index b7481e293..86821bfa1 100644 --- a/src/lib/ext.cc +++ b/src/lib/ext.cc @@ -221,7 +221,6 @@ copy (boost::filesystem::path from, boost::filesystem::path to, uint64_t& total_ { LOG_DISK ("Copy %1 -> %2", from.string(), to.generic_string()); from = fix_long_path (from); - to = fix_long_path (to); using namespace boost::filesystem;