summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/stdpackets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IcqOscarJ/src/stdpackets.cpp')
-rw-r--r--protocols/IcqOscarJ/src/stdpackets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/stdpackets.cpp b/protocols/IcqOscarJ/src/stdpackets.cpp
index 835cd5e26f..24c422c894 100644
--- a/protocols/IcqOscarJ/src/stdpackets.cpp
+++ b/protocols/IcqOscarJ/src/stdpackets.cpp
@@ -1552,7 +1552,7 @@ void CIcqProto::icq_sendAuthResponseServ(DWORD dwUin, char* szUid, int auth, con
BYTE nUinLen = getUIDLen(dwUin, szUid);
// Prepare custom utf-8 reason
- char *szUtfReason = tchar_to_utf8(szReason);
+ char *szUtfReason = make_utf8_string(szReason);
size_t nReasonLen = mir_strlen(szUtfReason);
icq_packet packet;