From f3e00d46df5b4d82f372ef9cf0afbce6aa9322e0 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Tue, 26 Nov 2024 01:33:16 -0600 Subject: [PATCH] func_getattr_newest.cpp --- src/func_getattr_newest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/func_getattr_newest.cpp b/src/func_getattr_newest.cpp index 17f9bc95..9ec8b734 100644 --- a/src/func_getattr_newest.cpp +++ b/src/func_getattr_newest.cpp @@ -16,7 +16,7 @@ Func2::GetattrNewest::process(const Branches &branches_, fs::Path fullpath; branches = branches_; - newest_branch = std::nullptr; + newest_branch = nullptr; for(const auto &branch : *branches) {