From 98076e6e6db4e122e5b802dfe1436ae251cc12c2 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 1 Sep 2025 18:19:18 -0500 Subject: [PATCH] mfm.cpp --- src/mfm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mfm.cpp b/src/mfm.cpp index 67327a7a..f7d898b6 100644 --- a/src/mfm.cpp +++ b/src/mfm.cpp @@ -74,7 +74,8 @@ mfm::main(int argc_, auto a = std::filesystem::path("/a/b"); auto b = std::filesystem::path("a/b"); fmt::println("{}\n{}", - + a.parent_path().string(), + b.parent_path().string()); return 0;