Browse Source

mfm_dup.cpp

mfm
Antonio SJ Musumeci 2 months ago
parent
commit
b11848cc19
  1. 1
      src/mfm_dup.cpp

1
src/mfm_dup.cpp

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

Loading…
Cancel
Save