synced with scummvm
This commit is contained in:
parent
8e46fdc4c3
commit
6be453780f
192 changed files with 2249 additions and 703 deletions
|
@ -563,7 +563,7 @@ int String::compareToIgnoreCase(const String &x) const {
|
|||
|
||||
int String::compareToIgnoreCase(const char *x) const {
|
||||
assert(x != 0);
|
||||
return strcasecmp(c_str(), x);
|
||||
return scumm_stricmp(c_str(), x);
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue