From 2df0ad55731ddbc0f2fd608b032367ef7413b4e8 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 26 Nov 2024 01:21:54 -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 0a4fcc73..e6565cc9 100644 --- a/src/func_getattr_newest.cpp +++ b/src/func_getattr_newest.cpp @@ -29,7 +29,7 @@ Func2::GetattrNewest::process(const Branches &branches_, if(!TimeSpec::is_newer(tmp_st.st_mtim,st_->st_mtim)) continue; - *st_ = st; + *st_ = tmp_st; } if(st_->st_ino == 0)