From 569bf8c762d7776d68be37c7e4d6e50053e91c69 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 11:39:21 -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 f9e68703..ee931d11 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -2,7 +2,7 @@ #include "fs_lstat.hpp" -ghc::filesystem::path +fs::ecpath fs::find_mount_point(const ghc::filesystem::path &path_) { int rv;