diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_search.h')
-rw-r--r-- | protocols/JabberG/src/jabber_search.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_search.h b/protocols/JabberG/src/jabber_search.h index 92ded72ffb..6526ac939d 100644 --- a/protocols/JabberG/src/jabber_search.h +++ b/protocols/JabberG/src/jabber_search.h @@ -271,5 +271,5 @@ public: inline int TCharKeyCmp(TCHAR* a, TCHAR* b)
{
- return (int)(_tcsicmp(a,b));
+ return (int)(mir_tstrcmpi(a,b));
}
|