summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_pooling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_pooling.cpp')
-rw-r--r--protocols/Steam/src/steam_pooling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_pooling.cpp b/protocols/Steam/src/steam_pooling.cpp
index 912af1e7a5..4ea31428e8 100644
--- a/protocols/Steam/src/steam_pooling.cpp
+++ b/protocols/Steam/src/steam_pooling.cpp
@@ -30,7 +30,7 @@ void CSteamProto::ParsePollData(JSONNODE *data)
node = json_get(item, "text");
ptrT text(json_as_string(node));
- ptrA szMessage(mir_utf8encodeT(text));
+ T2Utf szMessage(text);
if (_tcsstr(type, _T("my_")) == NULL)
{