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 b0991b2..40b4304 100644
--- a/libbutl/filesystem.cxx
+++ b/libbutl/filesystem.cxx
@@ -200,7 +200,7 @@ namespace butl
// case.
//
string d;
- if (path::traits::root (p, string::traits_type::length (p)))
+ if (path::traits::root (p))
{
d = p;
d += path::traits::directory_separator;