diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-19 18:51:00 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-19 18:51:00 +0000 |
commit | a62002735aa53cf185bb8bc8c0fdc91d8a49f433 (patch) | |
tree | f02dcbac87b657cc6aa69be5e48889c54f0c4934 /protocols | |
parent | 12fa3783748e21dd78a0205bcde59906e55b859a (diff) |
SkypeWeb: New messages fix(?).
git-svn-id: http://svn.miranda-ng.org/main/trunk@12942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/SkypeWeb/src/requests/messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/requests/messages.h b/protocols/SkypeWeb/src/requests/messages.h index 7706bd9ae2..3aba9a4fc4 100644 --- a/protocols/SkypeWeb/src/requests/messages.h +++ b/protocols/SkypeWeb/src/requests/messages.h @@ -107,7 +107,7 @@ public: << CHAR_VALUE("Content-Type", "application/json; charset=UTF-8");
CMStringA data;
- data.AppendFormat("{\"consumptionhorizon\":\"%lld;%lld000;%lld\"}", msgTimestamp, time(NULL), msgId);
+ data.AppendFormat("{\"consumptionhorizon\":\"%lld000;%lld000;%lld000\"}", msgTimestamp, time(NULL), msgId);
Body << VALUE(data);
}
};
|