From c01381d4be42c0de9cddbb0980af0ee3adff4fb7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 Nov 2016 18:43:58 +0300 Subject: compilation fix --- protocols/Steam/src/steam_polling.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Steam/src/steam_polling.cpp') diff --git a/protocols/Steam/src/steam_polling.cpp b/protocols/Steam/src/steam_polling.cpp index cdfcfd797d..00c58ba145 100644 --- a/protocols/Steam/src/steam_polling.cpp +++ b/protocols/Steam/src/steam_polling.cpp @@ -51,7 +51,7 @@ void CSteamProto::ParsePollData(JSONNode *data) else if (!lstrcmpi(type, L"typing")) { // FIXME: Temporary solution for receivng too many duplicated typing events; should be reworked better - if (typingUser == steamId) + if (typingUser == (char*)steamId) continue; typingUser = steamId; -- cgit v1.2.3