From 8032968bb4f923c3a10eecf1a27242314e3c44d4 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 09:15:11 -0500 Subject: [PATCH] fs_find_mount_point.cpp --- src/fs_find_mount_point.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index 2ded75be..25153428 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -35,5 +35,5 @@ fs::find_mount_point(const ghc::filesystem::path &path_) tmp_path = tmp_path.parent_path(); } - return {}; + return "/"; }