aboutsummaryrefslogtreecommitdiff
path: root/bpkg/archive.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/archive.cxx')
-rw-r--r--bpkg/archive.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/archive.cxx b/bpkg/archive.cxx
index f4a6405..358da42 100644
--- a/bpkg/archive.cxx
+++ b/bpkg/archive.cxx
@@ -31,7 +31,7 @@ namespace bpkg
bsdtar (const char* p)
{
const char* l (path::traits_type::find_leaf (p));
- return l != nullptr && casecmp (l, "bsdtar", 6) == 0;
+ return l != nullptr && icasecmp (l, "bsdtar", 6) == 0;
}
#endif