From 8b3742234864d8554b12153f714785bc29280012 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 19 Sep 2016 14:41:18 +0000 Subject: fix for skype event texts git-svn-id: http://svn.miranda-ng.org/main/trunk@17319 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_events.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/SkypeWeb/src/skype_events.cpp') diff --git a/protocols/SkypeWeb/src/skype_events.cpp b/protocols/SkypeWeb/src/skype_events.cpp index ccee39c294..73e790c97e 100644 --- a/protocols/SkypeWeb/src/skype_events.cpp +++ b/protocols/SkypeWeb/src/skype_events.cpp @@ -20,7 +20,7 @@ along with this program. If not, see . INT_PTR CSkypeProto::GetEventText(WPARAM pEvent, LPARAM datatype) { - DBEVENTINFO *dbei = (DBEVENTINFO *)pEvent; + DBEVENTINFO *dbei = (DBEVENTINFO*)pEvent; CMStringA szText; @@ -29,7 +29,6 @@ INT_PTR CSkypeProto::GetEventText(WPARAM pEvent, LPARAM datatype) { case SKYPE_DB_EVENT_TYPE_EDITED_MESSAGE: { - JSONNode jMsg = JSONNode::parse((char*)dbei->pBlob); if (jMsg) { -- cgit v1.2.3