From c3a4b2e79e888afe461cc03ff643cf1a3908613e Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Wed, 16 Apr 2025 11:56:00 -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 ec2e5be7..3fc16e3d 100644 --- a/src/fs_find_mount_point.cpp +++ b/src/fs_find_mount_point.cpp @@ -7,7 +7,7 @@ inline std::error_code ecerrno(const int errno_) { - + return std::make_error_code(errno_,std::generic_category()); } fs::ecpath