From 7c3119f9ee82f909532e8bcc00bb41e93835dcf9 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 00:19:30 -0500 Subject: [PATCH] fs_find_mount_point.cpp --- src/fs_find_mount_point.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fs_find_mount_point.cpp b/src/fs_find_mount_point.cpp index e54b9aec..d31f4fbe 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -21,6 +21,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_) if(rv == -1) return {}; + tmp_path = tmp_path.parent_path(); } return 0;