From 2aa96d090ad5d0428c0355a88ff543cab303f106 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 28 Sep 2019 20:27:25 +0300 Subject: Adapt to renaming butl::casecmp() to icasecmp() --- bpkg/archive.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/archive.cxx') 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 -- cgit v1.1