Browse Source

mfm_dup.cpp

mfm
Antonio SJ Musumeci 2 months ago
parent
commit
07302d3c8e
  1. 3
      src/mfm_dup.cpp

3
src/mfm_dup.cpp

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

Loading…
Cancel
Save