aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest-utility.cxx')
-rw-r--r--bpkg/manifest-utility.cxx2
1 files changed, 1 insertions, 1 deletions
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;