From 9f03e925e3c488501f0f11fee7423165ff609277 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 15 Dec 2025 13:20:30 -0600 Subject: [PATCH] fuse_readdir_seq_getdents.icpp --- src/fuse_readdir_seq_getdents.icpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuse_readdir_seq_getdents.icpp b/src/fuse_readdir_seq_getdents.icpp index 8a65b4a2..fce27cfb 100644 --- a/src/fuse_readdir_seq_getdents.icpp +++ b/src/fuse_readdir_seq_getdents.icpp @@ -36,7 +36,7 @@ _readdir(const Branches::Ptr &branches_, for(const auto &branch : *branches_) { const auto &branch = *(branches_)[i]; - const auto fd = fds_[i]; + const auto fd = fds_[i]; int fd;