Browse Source

mfm_dup.cpp

mfm
Antonio SJ Musumeci 4 months ago
parent
commit
239f27ec6a
  1. 1
      src/mfm_dup.cpp

1
src/mfm_dup.cpp

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

Loading…
Cancel
Save