Browse Source

func_getattr_newest.cpp

getattr
Antonio SJ Musumeci 1 month ago
parent
commit
4aaaa1f2f9
  1. 1
      src/func_getattr_newest.cpp

1
src/func_getattr_newest.cpp

@ -16,6 +16,7 @@ Func2::GetattrNewest::process(const Branches &branches_,
fs::Path fullpath; fs::Path fullpath;
branches = branches_; branches = branches_;
newest_branch = std::nullptr;
for(const auto &branch : *branches) for(const auto &branch : *branches)
{ {

Loading…
Cancel
Save