aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-12-08 21:14:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-12-12 15:46:39 +0300
commit94bd8f38d5cbecd479e26928ca110f0bf1f64519 (patch)
tree470945e867551bc5b434a95a3da92d1d2cdd7852 /bpkg/manifest-utility.cxx
parent393ab18520eb5019d00822ae744a4d4e65304226 (diff)
Adapt to dir_iterator API change
Diffstat (limited to 'bpkg/manifest-utility.cxx')
-rw-r--r--bpkg/manifest-utility.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx
index 5bd273d..7a431b3 100644
--- a/bpkg/manifest-utility.cxx
+++ b/bpkg/manifest-utility.cxx
@@ -373,8 +373,7 @@ namespace bpkg
{
vector<pair<path, path>> r;
- for (const dir_entry& de:
- dir_iterator (config, false /* ignore_dangling */))
+ for (const dir_entry& de: dir_iterator (config, dir_iterator::no_follow))
{
if (de.type () == entry_type::regular)
{