From b1b6c1b58029d2e835004b5e25225d159e715d9f Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 26 Nov 2024 01:33:55 -0600 Subject: [PATCH] func_getattr_newest.cpp --- src/func_getattr_newest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/func_getattr_newest.cpp b/src/func_getattr_newest.cpp index eaa40b85..df8adfac 100644 --- a/src/func_getattr_newest.cpp +++ b/src/func_getattr_newest.cpp @@ -11,9 +11,9 @@ Func2::GetattrNewest::process(const Branches &branches_, fuse_timeouts_t *timeout_) { int rv; - const Branch *newest_branch; + fs::Path fullpath; Branches::CPtr branches; - fs::Path fullpath; + const Branch *newest_branch; branches = branches_; newest_branch = nullptr;