aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch-git.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/fetch-git.cxx')
-rw-r--r--bpkg/fetch-git.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx
index 6638399..abfed42 100644
--- a/bpkg/fetch-git.cxx
+++ b/bpkg/fetch-git.cxx
@@ -421,7 +421,7 @@ namespace bpkg
// details).
//
#ifdef _WIN32
- if (casecmp (u, "file://", 7) == 0 && u[7] != '/')
+ if (icasecmp (u, "file://", 7) == 0 && u[7] != '/')
u.insert (7, 1, '/');
#endif