summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src')
-rw-r--r--protocols/JabberG/src/jabber_notes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_notes.cpp b/protocols/JabberG/src/jabber_notes.cpp
index 3c2aa50911..58fd94594c 100644
--- a/protocols/JabberG/src/jabber_notes.cpp
+++ b/protocols/JabberG/src/jabber_notes.cpp
@@ -480,7 +480,7 @@ private:
void PopulateTags(HTREEITEM htiRoot, wchar_t *szActiveTag)
{
- LIST<wchar_t> tagSet(5, _tcscmp);
+ LIST<wchar_t> tagSet(5, wcscmp);
for (int i = 0; i < m_proto->m_notes.getCount(); i++) {
wchar_t *tags = m_proto->m_notes[i].GetTags();
for (wchar_t *tag = tags; tag && *tag; tag = tag + mir_tstrlen(tag) + 1)