diff --git a/src/func_getattr_newest.cpp b/src/func_getattr_newest.cpp index 9bb5db7e..1bcfb52d 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 tmpst; + struct stat tmp_st; fullpath = branch.path; fullpath += fusepath_;