diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-10 13:37:52 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-10 13:37:52 +0000 |
commit | 90c8474e7fbc928188bc84962bb4ff4b46b85553 (patch) | |
tree | 5424d060b0f15c47d98a1067606cf8a2974e7225 /protocols/SkypeWeb/src/requests/messages.h | |
parent | 75beae890b1f18d5753748f4935731ed93579ef8 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13507 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/requests/messages.h')
-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 ed5b6ccc27..8e78e5321e 100644 --- a/protocols/SkypeWeb/src/requests/messages.h +++ b/protocols/SkypeWeb/src/requests/messages.h @@ -106,7 +106,7 @@ public: << FORMAT_VALUE("RegistrationToken", "registrationToken=%s", regToken)
<< CHAR_VALUE("Content-Type", "application/json; charset=UTF-8");
- CMStringA data(::FORMAT, "{\"consumptionhorizon\":\"%lld000;%lld000;0\"}", msgTimestamp, time(NULL));
+ CMStringA data(::FORMAT, "{\"consumptionhorizon\":\"%lld000;%lld000;%lld000\"}", msgTimestamp, time(NULL), msgTimestamp);
Body << VALUE(data);
}
};
|