Browse Source

mfm_dup.cpp

mfm
Antonio SJ Musumeci 3 months ago
parent
commit
40c3995109
  1. 8
      src/mfm_dup.cpp

8
src/mfm_dup.cpp

@ -49,11 +49,11 @@ mfm::dup(const Opts::Dup &opts_)
if(dstpath == srcpath) if(dstpath == srcpath)
continue; continue;
fs::path src_basepath;
fs::path dst_basepath;
fs::path srcbasepath;
fs::path dstbasepath;
src_basepath = srcpath / relpath.parent_path();
dst_basepath = dstpath / relpath.parent_path();
srcbasepath = srcpath / relpath.parent_path();
dstbasepath = dstpath / relpath.parent_path();
fmt::println("copy {} to {} : {}", fmt::println("copy {} to {} : {}",
src_basepath.string(), src_basepath.string(),

Loading…
Cancel
Save