From 8d4887178973fe33af3d389092a8e5a02604495e Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 26 Nov 2024 01:20:35 -0600 Subject: [PATCH] func_getattr_newest.cpp --- src/func_getattr_newest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/func_getattr_newest.cpp b/src/func_getattr_newest.cpp index 8da53ffc..9bb5db7e 100644 --- a/src/func_getattr_newest.cpp +++ b/src/func_getattr_newest.cpp @@ -18,7 +18,7 @@ Func2::GetattrNewest::process(const Branches &branches_, for(const auto &branch : *branches) { - struct stat st; + struct stat tmpst; fullpath = branch.path; fullpath += fusepath_;