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_;