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/manifest-utility.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/manifest-utility.cxx') diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx index bf4956b..29025d3 100644 --- a/bpkg/manifest-utility.cxx +++ b/bpkg/manifest-utility.cxx @@ -28,7 +28,7 @@ namespace bpkg // Ignore the character case for consistency with a case insensitivity of // URI schemes some of which we may support in the future. // - if (casecmp (s, "sys:", 4) == 0) + if (icasecmp (s, "sys:", 4) == 0) { s += 4; return package_scheme::sys; -- cgit v1.1