aboutsummaryrefslogtreecommitdiff
path: root/libbutl/filesystem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/filesystem.cxx')
-rw-r--r--libbutl/filesystem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/filesystem.cxx b/libbutl/filesystem.cxx
index 9e8a232..18be8a9 100644
--- a/libbutl/filesystem.cxx
+++ b/libbutl/filesystem.cxx
@@ -1447,7 +1447,7 @@ namespace butl
path r (p);
bool exists;
- for (size_t i (0); true; ++i)
+ for (size_t i (0);; ++i)
{
pair<bool, entry_stat> pe (path_entry (r));