diff options
Diffstat (limited to 'protocols/Steam/src/steam_pooling.cpp')
-rw-r--r-- | protocols/Steam/src/steam_pooling.cpp | 2 |
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) { |