From 9cf02492c3c54962fdf4d2d3347b1f41fc85698f Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 26 Nov 2024 01:22:38 -0600 Subject: [PATCH] policy_newest.cpp --- src/policy_newest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/policy_newest.cpp b/src/policy_newest.cpp index 9255c627..f65e0f66 100644 --- a/src/policy_newest.cpp +++ b/src/policy_newest.cpp @@ -125,10 +125,10 @@ namespace newest const char *fusepath_, StrVec *paths_) { - timespec ts{0,0}; + time_t newest; struct stat st; const string *basepath; - + newest = std::numeric_limits::min(); basepath = NULL; for(auto &branch : *branches_)