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)