From d831057decbf3ce4e96739ae3da0a480a09a854f Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 21 Nov 2025 13:53:38 -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 0a4da0ff..aba0aa96 100644 --- a/src/fs_stat.hpp +++ b/src/fs_stat.hpp @@ -97,7 +97,7 @@ namespace fs return rv; } - DIE("Should never reach this: follow_={}",follow_); + DIE("Should never reach this: follow_={}",sc(follow_)); return -EINVAL; } }