summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-09-07 13:55:47 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-09-07 13:55:47 +0000
commitab6b798a0fb75aeeedaefe515f3cabcbaff61316 (patch)
tree87ca4909ef99713079d7a3452ff6c8d527188fc0 /protocols
parenta39e5feeb667a633cf6a24a4785233a73bb60e00 (diff)
oops
git-svn-id: http://svn.miranda-ng.org/main/trunk@5999 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/IcqOscarJ/src/icq_servlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_servlist.cpp b/protocols/IcqOscarJ/src/icq_servlist.cpp
index 3d5c88e85d..ab0ae4387d 100644
--- a/protocols/IcqOscarJ/src/icq_servlist.cpp
+++ b/protocols/IcqOscarJ/src/icq_servlist.cpp
@@ -1598,7 +1598,7 @@ int CIcqProto::getCListGroupExists(const char *szGroup)
int CIcqProto::moveContactToCListGroup(HANDLE hContact, const char *szGroup)
{
- HANDLE hGroup = Clist_CreateGroup(0, _A2T(szGroup));
+ HANDLE hGroup = Clist_CreateGroup(0, ptrT( mir_utf8decodeT(szGroup)));
if (ServiceExists(MS_CLIST_CONTACTCHANGEGROUP))
return CallService(MS_CLIST_CONTACTCHANGEGROUP, (WPARAM)hContact, (LPARAM)hGroup);