aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpkg/archive.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/archive.cxx b/bpkg/archive.cxx
index 917bdf5..f4a6405 100644
--- a/bpkg/archive.cxx
+++ b/bpkg/archive.cxx
@@ -30,7 +30,7 @@ namespace bpkg
static inline bool
bsdtar (const char* p)
{
- const char* l (path::traits::find_leaf (p));
+ const char* l (path::traits_type::find_leaf (p));
return l != nullptr && casecmp (l, "bsdtar", 6) == 0;
}
#endif