aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--butl/path2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/path b/butl/path
index c667378..1b4e006 100644
--- a/butl/path
+++ b/butl/path
@@ -265,7 +265,7 @@ namespace butl
basic_path (const iterator& begin, const iterator& end);
basic_path (const reverse_iterator& rbegin, const reverse_iterator& rend)
- : basic_path (end.base (), begin.base ()) {}
+ : basic_path (rend.base (), rbegin.base ()) {}
void
swap (basic_path& p)