From 8f14a22e5bbb71d90577b35a09ba8ffae04bfe9c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 28 Sep 2019 17:58:00 +0300 Subject: Rename casecmp() function and case_compare_[c_]string structs to icasecmp() and icase_compare_[c_]string --- libbutl/project-name.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/project-name.cxx') diff --git a/libbutl/project-name.cxx b/libbutl/project-name.cxx index a1767e9..4b02949 100644 --- a/libbutl/project-name.cxx +++ b/libbutl/project-name.cxx @@ -88,7 +88,7 @@ namespace butl if (e != nullptr && p != string::npos && - casecmp (value_.c_str () + p + 1, e) != 0) + icasecmp (value_.c_str () + p + 1, e) != 0) p = string::npos; return string (value_, 0, p); -- cgit v1.1