From 0d64afdaeab63e5e9beb8d2269b4bfaf92dbd4f1 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 00:24:41 -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 d31f4fbe..dc761678 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -24,5 +24,5 @@ fs::find_mount_point(const ghc::filesystem::path &path_) tmp_path = tmp_path.parent_path(); } - return 0; + return {}; }