From 95ff413734b17ad01ec4f5e9107541bba9913eb0 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 21 Nov 2025 13:43:46 -0600 Subject: [PATCH] fs_stat.hpp --- src/fs_stat.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs_stat.hpp b/src/fs_stat.hpp index 160d8621..17e4d936 100644 --- a/src/fs_stat.hpp +++ b/src/fs_stat.hpp @@ -98,6 +98,6 @@ namespace fs } die("Should never reach this"); - return -ENOENT; + return -EINVAL; } }