Browse Source

mfm_dup.cpp

mfm
Antonio SJ Musumeci 2 months ago
parent
commit
21d67a903c
  1. 4
      src/mfm_dup.cpp

4
src/mfm_dup.cpp

@ -59,8 +59,8 @@ mfm::dup(const Opts::Dup &opts_)
fs::clonepath(srcpath,
dstpath,
relpath.parent_path());
fs::copyfile(srcpath / relpath,
dstpath / relpath,
fs::copyfile(srcpath / relpath.relative_path(),
dstpath / relpath.relative_path(),
{.cleanup_failure=false});
return;
}

Loading…
Cancel
Save