From 03cf736329b821bf90edcf8c0c1add61008ef858 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 17 May 2018 20:09:27 +0300 Subject: Pass ignore_dangling flag to dir_iterator() ctor --- bpkg/rep-remove.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/rep-remove.cxx') diff --git a/bpkg/rep-remove.cxx b/bpkg/rep-remove.cxx index 056883d..36a6892 100644 --- a/bpkg/rep-remove.cxx +++ b/bpkg/rep-remove.cxx @@ -331,7 +331,7 @@ namespace bpkg try { - for (const dir_entry& de: dir_iterator (rd)) // system_error + for (const dir_entry& de: dir_iterator (rd, false /* ignore_dangling */)) { if (de.ltype () == entry_type::directory) rmdir (rd / path_cast (de.path ())); -- cgit v1.1