From 60b80e1051c8c20ebce4b757d3fb67491dfdb79d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 11 May 2021 14:08:42 +0200 Subject: [PATCH] Revert incorrect 'fixing' of path on Windows (#1992). This "to" path is on the ext2 drive so should not have any Windows hacks applied to it. --- src/lib/ext.cc | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2