diff options
-rw-r--r-- | butl/path.txx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/butl/path.txx b/butl/path.txx index 7c46dbe..cd62d31 100644 --- a/butl/path.txx +++ b/butl/path.txx @@ -218,8 +218,8 @@ namespace butl if (abs && r.size () == 1) throw invalid_basic_path<C> (this->path_); - r.pop_back (); - continue; + r.pop_back (); + continue; } r.push_back (std::move (s)); |