mirror of
https://github.com/ksherlock/mpw.git
synced 2024-12-31 14:31:07 +00:00
simplify CmpString case insensitive check
This commit is contained in:
parent
a497d5ec85
commit
e56a311c2e
@ -573,7 +573,6 @@ namespace OS
|
||||
a.end(),
|
||||
b.begin(),
|
||||
[caseSens](char a, char b){
|
||||
if (a == b) return true;
|
||||
if (!caseSens)
|
||||
{
|
||||
a = toupper(a);
|
||||
|
Loading…
Reference in New Issue
Block a user