aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx
index 721985c..f419892 100644
--- a/bdep/sync.cxx
+++ b/bdep/sync.cxx
@@ -1877,8 +1877,8 @@ namespace bdep
// Both paths are normilized so we can just compare them as strings.
//
- if (path::traits_type::compare (l.c_str () + b, n,
- s.c_str (), s.size ()) == 0)
+ if (path_traits::compare (l.c_str () + b, n,
+ s.c_str (), s.size ()) == 0)
return true;
}