From 8b099982da4e18c901a250cf56f358f27ec9663f Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 1 Sep 2025 20:22:32 -0500 Subject: [PATCH] mfm_dup.cpp --- src/mfm_dup.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mfm_dup.cpp b/src/mfm_dup.cpp index 81416e3b..06ec5a68 100644 --- a/src/mfm_dup.cpp +++ b/src/mfm_dup.cpp @@ -59,6 +59,9 @@ mfm::dup(const Opts::Dup &opts_) relpath.parent_path().string(), relpath.filename().string()); + auto srcfullpath = srcpath / relpath.relative_path(); + auto dstfullpath = srcpath / relpath.relative_path(); + fs::clonepath(srcpath, dstpath, relpath.parent_path());