From 989b2450f63ec670f04f17f9ba6904a0a3af4618 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 21 Nov 2025 13:48:32 -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 40df4e17..0ae3a1c9 100644 --- a/src/fs_stat.hpp +++ b/src/fs_stat.hpp @@ -98,7 +98,7 @@ namespace fs return rv; } - die("Should never reach this"); + DIE("Should never reach this"); return -EINVAL; } }