From 9ca5809b68945111ee369df09f9698c239b48251 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 21 Nov 2025 13:57:16 -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 1504ec51..0a0fbdf0 100644 --- a/src/fs_stat.hpp +++ b/src/fs_stat.hpp @@ -98,7 +98,7 @@ namespace fs return rv; } - auto i = sc(follow_); + int i = sc(follow_); // auto s = fmt::format("Should never reach this: follow_={}",sc(follow_)); // DIE("{}",s); return -EINVAL;