diff --git a/src/mfm_dup.cpp b/src/mfm_dup.cpp index cef7eaba..896adc14 100644 --- a/src/mfm_dup.cpp +++ b/src/mfm_dup.cpp @@ -44,7 +44,7 @@ mfm::dup(const Opts::Dup &opts_) { fmt::println("{} {}", - de.path().relative_path(path), + de.path().relative_path(path).string(), de.path().filename().string()); } }