From 097021819fd5136b0bd8569860524bbe24cee9d1 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 00:15:33 -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 6e1d4790..28df8f26 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -14,6 +14,7 @@ fs::find_mount_point(const ghc::filesystem::path &path_) if(rv == -1) return -1; + tmp_path = path_.parent_path(); while(path return 0;