From 0f069c2d3c44755e5e8690add49a104114b2d0f1 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 11:38:29 -0600 Subject: [PATCH] state.hpp --- src/state.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state.hpp b/src/state.hpp index 2cdbb4a5..20afa5fb 100644 --- a/src/state.hpp +++ b/src/state.hpp @@ -33,7 +33,7 @@ public: struct OpenDir { - OpenFile() + OpenDir() : ref_count(0), backing_id(INVALID_BACKING_ID), fi(nullptr)