summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-09-19 14:41:18 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-09-19 14:41:18 +0000
commit8b3742234864d8554b12153f714785bc29280012 (patch)
treef6cef8a50a0705e13bd31b61f54f83da70f9abe2 /protocols
parent9f974ab8617b6b7c19bac9e71d06de89d7e7bd03 (diff)
fix for skype event texts
git-svn-id: http://svn.miranda-ng.org/main/trunk@17319 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/SkypeWeb/src/skype_events.cpp3
1 files changed, 1 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
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)
{